mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
only delete dist folder contents when cleaned
This commit is contained in:
@@ -291,7 +291,7 @@ gulp.task('browserify:cc', function () {
|
||||
});
|
||||
|
||||
gulp.task('dist:clean', function (cb) {
|
||||
return rimraf(paths.dist, cb);
|
||||
return rimraf(paths.dist + '**/*', cb);
|
||||
});
|
||||
|
||||
gulp.task('dist:move', function () {
|
||||
|
||||
Reference in New Issue
Block a user