From 276e19409d34e4a49fd2660729b752b9fd617ed2 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Jan 2025 15:48:49 +0100 Subject: [PATCH] Fix CI --- steamwarci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamwarci.yml b/steamwarci.yml index 6a4945a..a5103a3 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -1,5 +1,5 @@ build: - - "PATH=./node_modules/.bin:$PATH" + - "ls -la ./node_modules/.bin/astro-i18n" - "printenv" - "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env" - "pnpm install"