Commit fbf4d2ea authored by Alexey Avdeev's avatar Alexey Avdeev

chore: revert ;

parent 49501938
...@@ -97,7 +97,7 @@ gulp.task('publish', (callback) => { ...@@ -97,7 +97,7 @@ gulp.task('publish', (callback) => {
}); });
gulp.task('clean', () => { gulp.task('clean', () => {
return del('prepared/**') return del('prepared/**');
}); });
gulp.task('serve', () => { gulp.task('serve', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment