Skip to content

Instantly share code, notes, and snippets.

@willmtemple
Last active February 3, 2021 20:34
Show Gist options
  • Save willmtemple/c6b616d114aab1959535d50656c23224 to your computer and use it in GitHub Desktop.
Save willmtemple/c6b616d114aab1959535d50656c23224 to your computer and use it in GitHub Desktop.
Stages of Rush
{
"scripts": {
"rush:denial": "rushx clean && rushx build",
"rush:anger": "rush clean && rush rebuild",
"rush:bargaining": "rush clean && rush purge && rush update --full && rush rebuild",
"rush:depression": "while true; do rm -rf common/temp && npm run rush:bargaining; done",
"rush:acceptance": "cd ..; rm -rf azure-sdk-for-js; git clone https://github.com/azure/azure-sdk-for-js.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment