提交 0181fe49 编写于 作者: A Aaron Decker 提交者: Robby Russell

add npm aliases (#5290)

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册