Commit d29784e1 authored by Athaher Sirnaik's avatar Athaher Sirnaik Committed by Robby Russell
Browse files

Improved npm aliases: run, publish (#6354)

parent fb122708
......@@ -38,9 +38,17 @@ alias npmV="npm -v"
# List packages
alias npmL="npm list"
# List top-level installed packages
alias npmL0="npm ls --depth=0"
# Run npm start
alias npmst="npm start"
# Run npm test
alias npmt="npm test"
# Run npm scripts
alias npmR="npm run"
# Run npm publish
alias npmP="npm publish"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment