diff --git a/gulpfile.js b/gulpfile.js index 06f6e7f..0482619 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -360,4 +360,4 @@ exports.build = gulp.series(lintSCSS, gulp.parallel(buildHTML, buildCSS, b exports.download = gulp.series(download, gulp.parallel(createIssueTable, createStatistics)) exports.no_download = gulp.parallel(createIssueTable, createStatistics) exports.lint = lintSCSS -exports.watch = watch +exports.watch = gulp.series(lintSCSS, gulp.parallel(buildHTML, buildCSS, buildExtra), watch)