1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-21 19:21:55 +02:00

remove dist from cleanup

This commit is contained in:
Kushagra Gour 2024-05-06 12:49:01 +05:30
parent 8403389dd8
commit 28a1bf92d2

View File

@ -226,7 +226,7 @@ gulp.task('buildDistFolder', function (cb) {
});
gulp.task('cleanup', function () {
return child_process.exec('rm -rf build dist create');
return child_process.exec('rm -rf build create');
});
gulp.task('start-preview-server', function () {