Skip to content

Instantly share code, notes, and snippets.

@pawelgalazka
Last active November 8, 2017 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelgalazka/885fef1208044e9038b659beb661961f to your computer and use it in GitHub Desktop.
Save pawelgalazka/885fef1208044e9038b659beb661961f to your computer and use it in GitHub Desktop.
npm scripts downsides - medium article
{
"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