Fix gulp build sometimes erroring
This commit is contained in:
parent
a8f55d0ae6
commit
e5c0282300
1 changed files with 1 additions and 1 deletions
|
@ -99,5 +99,5 @@ gulp.task("copy-assets", () => {
|
||||||
// Default task to run all tasks
|
// Default task to run all tasks
|
||||||
gulp.task(
|
gulp.task(
|
||||||
"default",
|
"default",
|
||||||
gulp.series("clean", gulp.parallel("scripts", "copy-html", "copy-assets","copy-translations"))
|
gulp.series("clean", gulp.parallel("scripts", "copy-html", "copy-assets"), "copy-translations")
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue