Skip to content

Commit db3d05b

Browse files
committed
chore: Update to use Gulp v4 style
1 parent da00362 commit db3d05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ function task(id, extra) {
7373
gulp.task('sass', task('sass'));
7474

7575
gulp.task('watch', function () {
76-
gulp.watch(PROJECT_PATTERNS.sass, ['sass']);
76+
gulp.watch(PROJECT_PATTERNS.sass, gulp.series('sass'));
7777
});

0 commit comments

Comments
 (0)