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:
parent
8403389dd8
commit
28a1bf92d2
@ -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 () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user