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:
parent
c1117b6da9
commit
0f133ca431
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue