Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ebemunk/14cfe6d6c86f0ee702e85a922654775e to your computer and use it in GitHub Desktop.
Save ebemunk/14cfe6d6c86f0ee702e85a922654775e to your computer and use it in GitHub Desktop.
yarn upgrade all
yarn upgrade $(yarn outdated | awk '{print $1}' | head -n -1 | tail -n +3 | xargs | cat)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment