This commit is contained in:
Matthieu Rondeau 2017-11-01 16:28:37 +00:00 committed by GitHub
commit ab7b6f8cd4

View file

@ -44,3 +44,5 @@ alias npmst="npm start"
# Run npm test
alias npmt="npm test"
# Run npm publish
alias npmP="npm publish"