Skip to content

Commit ba3382e

Browse files
committed
chore(build): added forced clean of compiled version
1 parent 663c21a commit ba3382e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ gulp.task('clean:build', function () {
327327
});
328328
gulp.task('clean:compile', function () {
329329
return gulp.src(config.dist, { read: false })
330-
.pipe(plugins.rimraf());
330+
.pipe(plugins.rimraf({ force: true }));
331331
});
332332

333333

0 commit comments

Comments
 (0)