npm-check + yarn start

main
Steffen Rademacker 4 years ago
parent 99763c6b02
commit 8943308b60

@ -8,7 +8,7 @@ npm install -g diff-so-fancy
npm install -g fkill-cli
npm install -g localtunnel
npm install -g neovim
npm install -g npm-check-updates
npm install -g npm-check
npm install -g pure-prompt
npm install -g trash-cli
npm install -g yarn

@ -62,7 +62,7 @@ alias dnsmasqfix='sudo brew services stop dnsmasq && sudo mkdir /usr/local/etc/d
alias ns="npm start"
alias nb="npm run build"
alias npmre='rm -f package-lock.json && rm -rf node_modules && npm install'
alias ys='yarn start'
alias ys='yarn develop'
alias yp='yarn lint && yarn production'
alias yre='rm -f yarn.lock && rm -rf node_modules && yarn'

Loading…
Cancel
Save