From 9cb161e4700f5b897a974aade02b0ff177f7d4f2 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Jan 2025 15:38:58 +0100 Subject: [PATCH] Fix CI --- steamwarci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/steamwarci.yml b/steamwarci.yml index ac0dc9a..ff4e188 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -1,7 +1,9 @@ build: + - "printenv" - "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env" - "pnpm install" - - "pnpm run i18n:sync" + - "pnpm run i18n:generate:pages" + - "pnpm run i18n:generate:types" - "pnpm run build" release: