Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit c2822b7

Browse files
committed
allowEmpty for the clean task
1 parent 5d101d9 commit c2822b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ gulp.task('build', ['build-bundle-prod']);
4949

5050
gulp.task('clean', function () {
5151
return gulp.src(['build'], {
52+
allowEmpty: true,
5253
read: false
5354
})
5455
.pipe(clean());

0 commit comments

Comments
 (0)