mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Fix: Updated coverage to use lcov as default reporter
This commit is contained in:
parent
e6e9906d19
commit
b45c47ce9e
@ -39,7 +39,7 @@
|
||||
"url": "https://github.com/react-webpack-generators/generator-react-webpack.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "istanbul cover --report html _mocha",
|
||||
"test": "istanbul cover _mocha",
|
||||
"test:watch": "mocha -w",
|
||||
"coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
|
||||
"release:major": "npm version prerelease && git push --follow-tags && npm publish --tag beta",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user