diff --git a/gulpfile.js b/gulpfile.js index 11a424e..86c6d97 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,7 +42,7 @@ exports.lint = parallel(lintSrc, lintTest); /* * build tasks */ -async function build() { +function build() { return gulp .src('src/**/*.js') .pipe($.plumber())