Skip to content

Commit b51f3af

Browse files
committed
[feat] 代码覆盖率依赖于 release 任务。
1 parent 8fc59b5 commit b51f3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ gulp.task('compress-docs', ['docs'], () => {
147147
});
148148

149149
// Istanbul unit test coverage plugin for gulp.
150-
gulp.task('instrument', () => {
150+
gulp.task('instrument', ['release'], () => {
151151
return gulp.src(['dist/node/**/*.js'])
152152
.pipe(istanbul())
153153
.pipe(istanbul.hookRequire());

0 commit comments

Comments
 (0)