Skip to content

Instantly share code, notes, and snippets.

@its-dibo
Created November 28, 2021 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save its-dibo/60b3136b0cee3b65f5814021ae7ac112 to your computer and use it in GitHub Desktop.
Save its-dibo/60b3136b0cee3b65f5814021ae7ac112 to your computer and use it in GitHub Desktop.
build: update all dependencies
> npx npm-check-updates -u --deep
- resolve conflicts
> npm update -f
> npm audit fix --force
- run tests > npm test -- --allbuild: update all dependencies
> npx npm-check-updates -u --deep
- resolve conflicts
> npm update -f
> npm audit fix --force
- run tests > npm test -- --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment