mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Added publish alias for npm
This commit is contained in:
parent
b908feebcf
commit
58c26f2d04
1 changed files with 2 additions and 0 deletions
|
|
@ -44,3 +44,5 @@ alias npmst="npm start"
|
|||
# Run npm test
|
||||
alias npmt="npm test"
|
||||
|
||||
# Run npm publish
|
||||
alias npmP="npm publish"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue