Created
September 21, 2023 08:12
-
-
Save drodil/049b1ae42ef96fae6ee6ba3b5221bab9 to your computer and use it in GitHub Desktop.
Run npm-check to all package.json files in monorepo
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
find . -type f -name 'package.json' -not -path './.git/*' -not -path '*/node_modules/*' -execdir readlink -f {} \; -execdir npm-check \; > deps.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment