Skip to content

Instantly share code, notes, and snippets.

@coryhouse
Created December 20, 2015 05:07
Show Gist options
  • Save coryhouse/b157d384fe82dae83890 to your computer and use it in GitHub Desktop.
Save coryhouse/b157d384fe82dae83890 to your computer and use it in GitHub Desktop.
Calling a separate build script from package.json
{
"name": "npm-scripts-example",
"version": "1.0.0",
"description": "npm scripts example",
"scripts": {
"build": "node build.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment