Skip to content

Instantly share code, notes, and snippets.

@mhrstmnn
Last active November 15, 2022 23:33
Show Gist options
  • Save mhrstmnn/0ddc8e7366482fe19f5af96841a7b73c to your computer and use it in GitHub Desktop.
Save mhrstmnn/0ddc8e7366482fe19f5af96841a7b73c to your computer and use it in GitHub Desktop.
#!/bin/zsh
git pull
ncu -t minor -u
yarn install
yarn upgrade
git add -A
git commit -m 'yarn upgrade'
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment