pull/5268/merge
Erwan ROUSSEL 2018-04-15 19:54:42 +02:00 committed by Marc Cornellà
parent cfec5d56df
commit a8f3b374d8
1 changed files with 4 additions and 1 deletions

View File

@ -52,3 +52,6 @@ alias npmR="npm run"
# Run npm publish
alias npmP="npm publish"
# Run npm init
alias npmI="npm init"