Fix npmre alias

main
Steffen Rademacker 6 years ago
parent 1ce6048317
commit 38840647c2

@ -61,7 +61,7 @@ alias upall='brewup && npmup'
# other often used stuff, mostly node/npm
alias nr='npm run'
alias ns="npm start"
alias npmre='rm package-lock.json && rm -rf node_modules && npm install'
alias npmre='rm -f package-lock.json && rm -rf node_modules && npm install'
# easy hosts / apache / php editing
alias hosts='sudo $EDITOR /etc/hosts'

Loading…
Cancel
Save