Merge pull request #4939 from AntouanK/feature/npm-outdated
Add alias for "npm outdated"
This commit is contained in:
commit
7697c402da
@ -17,3 +17,6 @@ alias npmD="npm i -D "
|
|||||||
# Execute command from node_modules folder based on current directory
|
# Execute command from node_modules folder based on current directory
|
||||||
# i.e npmE gulp
|
# i.e npmE gulp
|
||||||
alias npmE='PATH="$(npm bin)":"$PATH"'
|
alias npmE='PATH="$(npm bin)":"$PATH"'
|
||||||
|
|
||||||
|
# Check which npm modules are outdated
|
||||||
|
alias npmO="npm outdated"
|
||||||
|
Loading…
Reference in New Issue
Block a user