Set default gulpfile function as async
This commit is contained in:
parent
601cfacf3a
commit
3b2eb605e2
@ -91,7 +91,7 @@ gulp.task("browserSync", () =>
|
||||
gulp.watch("dist").on("change", browserSync.reload)
|
||||
});
|
||||
|
||||
gulp.task("default", () =>
|
||||
gulp.task("default", async () =>
|
||||
{
|
||||
if(github)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user