Commit 0181fe49 authored by Aaron Decker's avatar Aaron Decker Committed by Robby Russell
Browse files

add npm aliases (#5290)

parent ae211020
......@@ -20,3 +20,10 @@ alias npmE='PATH="$(npm bin)":"$PATH"'
# Check which npm modules are outdated
alias npmO="npm outdated"
# Run npm start
alias npmst="npm start"
# Run npm test
alias npmt="npm test"
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