mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-24 21:41:33 +01:00
only delete dist folder contents when cleaned
This commit is contained in:
parent
8a1e8678f8
commit
fa88af8323
@ -190,7 +190,7 @@ gulp.task('watch', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('dist:clean', function (cb) {
|
gulp.task('dist:clean', function (cb) {
|
||||||
return rimraf(paths.dist, cb);
|
return rimraf(paths.dist + '**/*', cb);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('dist:move', function () {
|
gulp.task('dist:move', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user