Skip to content

Instantly share code, notes, and snippets.

@trodrigues
Created April 12, 2012 21:27
Show Gist options
  • Save trodrigues/2371089 to your computer and use it in GitHub Desktop.
Save trodrigues/2371089 to your computer and use it in GitHub Desktop.
package.json scripts snippet
"scripts": {
"pretest": "./node_modules/jshint/bin/hint {app.js,lib/**/*.js} --config ./config/jshint.json",
"test": "./node_modules/buster/bin/buster-test",
"start": "node ./node_modules/nodemon/nodemon.js app.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment