Skip to content

Commit

Permalink
Change default build target to watch-fast-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ainzzorl committed Aug 4, 2021
1 parent 701d93b commit 104f885
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 @@ -307,4 +307,4 @@ function swallowError(error) {
this.emit('end');
}

gulp.task('default', gulp.series('fast-build'));
gulp.task('default', gulp.series('watch-fast-build'));

0 comments on commit 104f885

Please sign in to comment.