mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 06:51:12 +02:00
remove dist from cleanup
This commit is contained in:
@@ -226,7 +226,7 @@ gulp.task('buildDistFolder', function (cb) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('cleanup', function () {
|
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 () {
|
gulp.task('start-preview-server', function () {
|
||||||
|
Reference in New Issue
Block a user