Skip to content

Commit

Permalink
reboot of npm watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Aug 11, 2016
1 parent 622aa9c commit a4ca5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"memo-parser"
],
"scripts": {
"watch": "cross-env NODE_PATH=./lib gulp watch-test",
"watch": "cross-env NODE_PATH=./src mocha --watch --compilers js:babel-register --recursive tests/src",
"cover": "gulp pretest && cross-env NODE_PATH=./lib istanbul cover --dir reports/coverage _mocha tests/lib/ -- --recursive -R progress",
"posttest": "eslint ./src",
"test": "cross-env BABEL_ENV=test NODE_PATH=./src nyc mocha --recursive tests/src -t 5s",
Expand Down

0 comments on commit a4ca5f2

Please sign in to comment.