This commit is contained in:
Aidan Timson
2025-11-07 10:33:51 +00:00
parent 5801ce944c
commit 10c8828aa5
14 changed files with 218 additions and 0 deletions

View File

@@ -39,6 +39,13 @@ gulp.task(
)
);
gulp.task(
"clean-logs",
gulp.parallel("clean-translations", async () =>
deleteSync([paths.logs_output_root, paths.build_dir])
)
);
gulp.task(
"clean-landing-page",
gulp.parallel("clean-translations", async () =>