We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e9906 commit b45c47cCopy full SHA for b45c47c
package.json
@@ -39,7 +39,7 @@
39
"url": "https://github.com/react-webpack-generators/generator-react-webpack.git"
40
},
41
"scripts": {
42
- "test": "istanbul cover --report html _mocha",
+ "test": "istanbul cover _mocha",
43
"test:watch": "mocha -w",
44
"coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
45
"release:major": "npm version prerelease && git push --follow-tags && npm publish --tag beta",
0 commit comments