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.
pretest
1 parent 2dcb73b commit dae6574Copy full SHA for dae6574
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
9
"lint": "eslint ./",
10
- "test": "npm run lint && npm run unit-test",
+ "pretest": "npm run lint",
11
+ "test": "npm run unit-test",
12
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
13
},
14
"files": [
0 commit comments