There was an error while loading. Please reload this page.
1 parent 1e9232e commit 6f20ef0Copy full SHA for 6f20ef0
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/react-css-loaders.js",
6
"scripts": {
7
"lint": "./node_modules/.bin/eslint lib/*.jsx",
8
- "prepush": "npm run lint && npm run test:coverage",
+ "prepush": "npm run lint",
9
"start": "webpack-dev-server --inline --content-base build/",
10
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
11
"test": "./node_modules/.bin/mocha tests/helpers/setup.js tests/**/*.spec.js --compilers js:./tests/helpers/compiler.js --require babel-register",
@@ -14,9 +14,6 @@
14
"build": "webpack --config webpack.config.prod.js"
15
},
16
"nyc": {
17
- "function": 80,
18
- "lines": 80,
19
- "check-coverage": true,
20
"reporter": [
21
"text",
22
"html"
0 commit comments