Skip to content

Commit

Permalink
Moved coverage tests for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekTBrown committed Aug 3, 2017
1 parent ddc933c commit b8068cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"scripts": {
"build": "node_modules/.bin/coffee --bare --compile --output lib/ src/*.coffee",
"prepublish": "node_modules/.bin/coffee --bare --compile --output lib/ src/*.coffee",
"test": "node_modules/.bin/nyc node_modules/.bin/mocha --require coffee-coverage/register-istanbul --compilers coffee:coffee-script/register test/",
"test": "node_modules/.bin/mocha --require coffee-coverage/register-istanbul --compilers coffee:coffee-script/register test/",
"coverage": "node_modules/.bin/nyc npm test",
"watch": "node_modules/.bin/mocha --compilers coffee:coffee-script/register --watch"
},
"nyc": {
Expand Down

0 comments on commit b8068cb

Please sign in to comment.