mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +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
|
# Run npm test
|
||||||
alias npmt="npm test"
|
alias npmt="npm test"
|
||||||
|
|
||||||
|
# Run npm publish
|
||||||
|
alias npmP="npm publish"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue