Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed May 31, 2024
1 parent d25b527 commit 61b823f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2099,6 +2099,10 @@ gulp.task("importl10n", async function () {
});

function ghPagesPrepare() {

Check failure on line 2102 in gulpfile.mjs

View workflow job for this annotation

GitHub Actions / Lint (lts/*)

Delete `⏎`
safeSpawnSync("npx", ["gulp", "--version"]);
safeSpawnSync("gulp", ["--version"]);

console.log();
console.log("### Creating web site");

Expand Down

0 comments on commit 61b823f

Please sign in to comment.