Skip to content

Instantly share code, notes, and snippets.

@prantlf
Created June 18, 2018 21:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prantlf/3cdeb927b740c9b052b0d54bf9be3c92 to your computer and use it in GitHub Desktop.
Save prantlf/3cdeb927b740c9b052b0d54bf9be3c92 to your computer and use it in GitHub Desktop.
Upgrade npm dependencies semi-automatically
git pull --all && ncu -au && npm i && npm test
git commit -a -m "chore: Upgrade development npm module dependencies" && git push --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment