Skip to content

Commit a636e92

Browse files
committed
Fix CI tests
1 parent 72499da commit a636e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"!*~"
99
],
1010
"scripts": {
11-
"test": "gulp test",
12-
"ci-test": "nyc npm test && coveralls <coverage/lcov.info",
11+
"test": "gulp build && gulp test",
12+
"ci-test": "gulp build && nyc npm test && coveralls <coverage/lcov.info",
1313
"release": "release-it"
1414
},
1515
"description": "Log all process errors: uncaught exceptions, warnings and improperly handled promises",

0 commit comments

Comments
 (0)