Set default gulpfile function as async

This commit is contained in:
Rohit Pai 2022-01-01 00:34:03 +00:00
parent 601cfacf3a
commit 3b2eb605e2

View File

@ -91,7 +91,7 @@ gulp.task("browserSync", () =>
gulp.watch("dist").on("change", browserSync.reload) gulp.watch("dist").on("change", browserSync.reload)
}); });
gulp.task("default", () => gulp.task("default", async () =>
{ {
if(github) if(github)
{ {