Skip to content

Commit

Permalink
coverage report fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgit committed Jun 7, 2019
1 parent 54a489d commit b6f8a2e
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 @@ -8,7 +8,7 @@
"test:file": "mocha --require @babel/register --file test/bootstrap.js",
"test": "npm run test:file \"test/**/*.test.{js,jsx}\"",
"test:watch": "argus",
"coverage": "nyc --all --require @babel/register mocha 'test/**/*.test.{js,jsx}' && nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc --all --require @babel/register npm t && nyc report --reporter=text-lcov | coveralls",
"build": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"start": "webpack-dev-server --open --mode=development",
Expand Down

0 comments on commit b6f8a2e

Please sign in to comment.