From fbf4d2ea5bf69004b1736c87dea58eceab0d14d5 Mon Sep 17 00:00:00 2001 From: Alexey Avdeev Date: Mon, 21 May 2018 12:58:27 +0300 Subject: [PATCH] chore: revert ; --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index a5a8d26..315f9f6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -97,7 +97,7 @@ gulp.task('publish', (callback) => { }); gulp.task('clean', () => { - return del('prepared/**') + return del('prepared/**'); }); gulp.task('serve', () => {