Skip to content

Commit

Permalink
Simpler test command
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeTraxx committed Dec 8, 2015
1 parent 65f25df commit 8122416
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 @@ -38,7 +38,7 @@
},
"scripts": {
"build": "tsc",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && ./node_modules/.bin/remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped.lcov -t lcovonly && cat ./coverage/coverage-remapped.lcov | ./node_modules/.bin/coveralls",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped.lcov -t lcovonly && cat ./coverage/coverage-remapped.lcov | coveralls",
"localtest": "tsc && mocha"
},
"config": {
Expand Down

0 comments on commit 8122416

Please sign in to comment.