Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Last active May 26, 2016 00:05
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 ericelliott/9414caec0e74b3b1f39d5f4aa7d779fc to your computer and use it in GitHub Desktop.
Save ericelliott/9414caec0e74b3b1f39d5f4aa7d779fc to your computer and use it in GitHub Desktop.
package.json scripts
"scripts": {
"lint": "eslint . && echo 'Lint finished...\n'",
"pretest": "npm run -s lint",
"test": "cross-env NODE_PATH='source' node source/test/index.js",
"watch": "watch 'clear && npm run -s test' source",
"update": "updtr"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment