mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 16:48:48 +00:00
🐛 Fix more issues on frontend gulpfile
This commit is contained in:
parent
c1117b6da9
commit
0f133ca431
@ -305,7 +305,7 @@ gulp.task("watch", gulp.series("dev:dirs", "build", "watch:main"));
|
||||
***********************************************/
|
||||
|
||||
gulp.task("dist:clean", function(next) {
|
||||
rimraf(paths.dist, next);
|
||||
rimraf(paths.dist).finally(next);
|
||||
});
|
||||
|
||||
gulp.task("dist:copy", function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user