Last active
November 14, 2020 15:09
-
-
Save spacedawwwg/fabc672e186280ad6aa147e17f6fc3a3 to your computer and use it in GitHub Desktop.
Use npm-check-updates to upgrade whole mono-repo (with interactive flag)
This file contains 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
{ | |
"scripts": { | |
"upgrade:interactive": "find . -type f -name 'package.json' -not -path './.git/*' -not -path '*/node_modules/*' -execdir ncu --interactive \\;" | |
}, | |
"devDependencies": { | |
"npm-check-updates": "^10.0.0", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment