0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

🐛 Fix more issues on frontend gulpfile

This commit is contained in:
Andrey Antukh 2023-09-05 10:50:54 +02:00
parent c1117b6da9
commit 0f133ca431

View file

@ -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() {