Created
June 18, 2018 21:50
-
-
Save prantlf/3cdeb927b740c9b052b0d54bf9be3c92 to your computer and use it in GitHub Desktop.
Upgrade npm dependencies semi-automatically
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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