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 e43d176 commit 41c102bCopy full SHA for 41c102b
package.json
@@ -37,7 +37,7 @@
37
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
38
"integration": "mocha --reporter list test/integration/*.js",
39
"standard": "standard",
40
- "test": "npm run-script unit",
+ "test": "npm run-script unit && npm run standard",
41
"unit": "istanbul test mocha -- --reporter list test/*.js"
42
},
43
"repository": {
0 commit comments