Keeping clean as original and will fix it in next PR
This commit is contained in:
Родитель
c9b7a6e7d1
Коммит
7af3ea0740
|
@ -58,7 +58,7 @@ gulp.task("lint", function() {
|
|||
});
|
||||
|
||||
gulp.task("clean", function(done) {
|
||||
return rimraf([buildDirectory, packageDirectory, tempPath], function() {
|
||||
return rimraf(buildDirectory, function () {
|
||||
// rimraf deletes the directory asynchronously
|
||||
done();
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче