Last active
January 13, 2016 18:19
-
-
Save halhenke/5ff7dd22d02f689ecb6e to your computer and use it in GitHub Desktop.
Run npm shrinkwrap automatically after an install via npm script
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": { | |
"goodInstall": "npm install", | |
"postgoodInstall": "npm shrinkwrap --dev", | |
} | |
// Install a devDependency with `npm run goodInstall -- -D react-animate` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment