Skip to content

Instantly share code, notes, and snippets.

@meoyawn
Created July 24, 2020 17:43
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 meoyawn/8eee1b6cf544369099694eea87fc65e1 to your computer and use it in GitHub Desktop.
Save meoyawn/8eee1b6cf544369099694eea87fc65e1 to your computer and use it in GitHub Desktop.
update package.json using yarn
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