diff --git a/gulpfile.js b/gulpfile.js index 15eff8d..7cdf09f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -91,7 +91,7 @@ gulp.task("browserSync", () => gulp.watch("dist").on("change", browserSync.reload) }); -gulp.task("default", () => +gulp.task("default", async () => { if(github) {