chore: revert ;

This commit is contained in:
Alexey Avdeev 2018-05-21 12:58:27 +03:00
parent 4950193827
commit fbf4d2ea5b
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ gulp.task('publish', (callback) => {
});
gulp.task('clean', () => {
return del('prepared/**')
return del('prepared/**');
});
gulp.task('serve', () => {