Skip to content

Commit 7616de7

Browse files
committed
dev: add gulp.parallel as a runner if gulp.start is undefined
1 parent 6f4655c commit 7616de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function gulpRepl(_gulp_){
8484
exports.instances.push({
8585
gulp: gulp,
8686
tasks: util.getTasks(gulp),
87-
runner: gulp.start
87+
runner: gulp.start || gulp.parallel
8888
});
8989

9090
return repl;

0 commit comments

Comments
 (0)