From 6356c9911ac8cfad379a04bc0af11a60c68c7102 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Jan 2025 15:34:38 +0100 Subject: [PATCH] Fix CI --- steamwarci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/steamwarci.yml b/steamwarci.yml index ac0dc9a..a50df43 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -1,5 +1,6 @@ build: - "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env" + - "pnpm clean:dist" - "pnpm install" - "pnpm run i18n:sync" - "pnpm run build"