Skip to content

Commit

Permalink
adding npm run watch
Browse files Browse the repository at this point in the history
  • Loading branch information
skratchdot committed Aug 27, 2016
1 parent e5cf3b6 commit 9948c22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
"cover": "nyc npm test",
"coveralls": "cat coverage/lcov.info | coveralls --verbose",
"lint": "eslint *.js",
"prepublish": "npm-run-all lint test",
"test": "mocha test.js",
"prepublish": "npm-run-all lint test"
"watch": "npm-run-all clean --parallel watch:test watch:lint",
"watch:lint": "watch 'npm run lint' .",
"watch:test": "npm run test -- -w"
},
"author": "skratchdot",
"license": "MIT",
Expand Down

0 comments on commit 9948c22

Please sign in to comment.