Created
March 9, 2017 17:50
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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