Created
July 24, 2020 17:43
-
-
Save meoyawn/8eee1b6cf544369099694eea87fc65e1 to your computer and use it in GitHub Desktop.
update package.json using yarn
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
jq '.dependencies | keys | .[]' package.json | xargs yarn add | |
jq '.devDependencies | keys | .[]' package.json | xargs yarn add --dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment