Skip to content

Instantly share code, notes, and snippets.

@bestander
Created March 9, 2017 17:50
Show Gist options
  • Save bestander/a8a07724138a7e89392de1a795a82ef9 to your computer and use it in GitHub Desktop.
Save bestander/a8a07724138a7e89392de1a795a82ef9 to your computer and use it in GitHub Desktop.
When I need to make sure that people are on the same build tool for a project
"scripts": {
"preinstall": "if [[ '$npm_config_user_agent' != *'yarn'* ]]; then echo 'Use Yarn!'; exit 0; fi"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment