From 5af61768899e6133131a25138f839b4da51a9f12 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Jan 2025 15:49:59 +0100 Subject: [PATCH] Fix CI --- steamwarci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamwarci.yml b/steamwarci.yml index b90b289..98020be 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -3,7 +3,7 @@ build: - "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env" - "pnpm install" - "./node_modules/.bin/astro-i18n generate:pages --purge" - - "pnpm run i18n:generate:types" + - "./node_modules/.bin/astro-i18n generate:types" - "pnpm run build" release: