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 72499da commit a636e92Copy full SHA for a636e92
package.json
@@ -8,8 +8,8 @@
8
"!*~"
9
],
10
"scripts": {
11
- "test": "gulp test",
12
- "ci-test": "nyc npm test && coveralls <coverage/lcov.info",
+ "test": "gulp build && gulp test",
+ "ci-test": "gulp build && nyc npm test && coveralls <coverage/lcov.info",
13
"release": "release-it"
14
},
15
"description": "Log all process errors: uncaught exceptions, warnings and improperly handled promises",
0 commit comments