Skip to content

Commit d469f20

Browse files
committedApr 8, 2020
Do not clean dist unless in release
1 parent 19cd3ba commit d469f20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎gulpfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ function watch(cb) {
8787

8888
function monitor(cb) {
8989
return gulp.series(
90-
cleanDist,
9190
build,
9291
gulp.parallel(watch, devServer)
9392
)(cb);

0 commit comments

Comments
 (0)
Please sign in to comment.