Last active
November 8, 2017 13:34
-
-
Save pawelgalazka/885fef1208044e9038b659beb661961f to your computer and use it in GitHub Desktop.
npm scripts downsides - medium article
This file contains 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
{ | |
"preinstall": "node tools/nodeVersionCheck.js", | |
"setup": "node tools/setup/setupMessage.js && npm install && node tools/setup/setup.js", | |
"remove-demo": "babel-node tools/removeDemo.js", | |
"start-message": "babel-node tools/startMessage.js", | |
"open:src": "babel-node tools/srcServer.js", | |
"open:dist": "babel-node tools/distServer.js", | |
"analyze-bundle": "babel-node ./tools/analyzeBundle.js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment