Skip to content

Commit 605bd26

Browse files
committed
fix: change test gulpfile task
1 parent b8ca96c commit 605bd26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ gulp.task('quality', function(cb) {
1515
});
1616

1717
gulp.task('test', function(cb) {
18-
const cmd = spawn('nyc', [
18+
const cmd = spawn('npx', [
19+
'nyc',
1920
'--reporter=lcov',
2021
'--reporter=text',
2122
'mocha',

0 commit comments

Comments
 (0)