chore: revert ;
This commit is contained in:
parent
4950193827
commit
fbf4d2ea5b
|
@ -97,7 +97,7 @@ gulp.task('publish', (callback) => {
|
|||
});
|
||||
|
||||
gulp.task('clean', () => {
|
||||
return del('prepared/**')
|
||||
return del('prepared/**');
|
||||
});
|
||||
|
||||
gulp.task('serve', () => {
|
||||
|
|
Loading…
Reference in New Issue