Skip to content

Commit

Permalink
fix(gulp): Fixed async build function.
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Dec 14, 2018
1 parent 513ced3 commit c4dc24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports.lint = parallel(lintSrc, lintTest);
/*
* build tasks
*/
async function build() {
function build() {
return gulp
.src('src/**/*.js')
.pipe($.plumber())
Expand Down

0 comments on commit c4dc24e

Please sign in to comment.