Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
fix(task): remove try-quit in dev mod
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed Sep 9, 2019
1 parent b642907 commit f55dc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ gulp.task('watch', gulp.series(

//开发模式
gulp.task('dev', gulp.series(
'try-quit', 'clean', 'compile',
'clean', 'compile',
gulp.parallel('try-open', 'watch'),
taskLog(colors.inverse(rainbow('all tasks are ready, waiting for code change ...')))
));
Expand Down

0 comments on commit f55dc80

Please # to comment.