Skip to content

Commit 026944d

Browse files
committedJul 16, 2019
Upgrade dev dependencies, Gulp
1 parent 8b5e7fd commit 026944d

File tree

3 files changed

+2699
-1740
lines changed

3 files changed

+2699
-1740
lines changed
 

‎gulpfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ gulp.task('test', function () {
1414
}));
1515
});
1616

17-
gulp.task('default', ['test'], function () {
18-
gulp.watch('{lib,test}/*', ['test']);
17+
gulp.task('default', function () {
18+
gulp.watch('{lib,test}/*', {ignoreInitial: false}, gulp.series('test'))
1919
});

0 commit comments

Comments
 (0)