Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Last active August 29, 2015 13:55
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 marcusoftnet/8763123 to your computer and use it in GitHub Desktop.
Save marcusoftnet/8763123 to your computer and use it in GitHub Desktop.
Example scripts node of package.json
"scripts": {
"start": "node app.js",
"start_stage": "node app.js 4000",
"test" : "mocha -u bdd -R spec",
"test_watch" : "mocha -u bdd -R spec -w"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment