mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Update npm.plugin.zsh
Added this alias for short-hand way for getting list of run script targets, usage: $ npmr # lists available scripts $ npmr myScript # runs myScript
This commit is contained in:
parent
d2725d44fc
commit
719537b1c7
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"
|
||||||
|
|
||||||
|
# List run scripts
|
||||||
|
alias npmr="npm run"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue