Fix CI
Some checks failed
SteamWarCI Build failed

This commit is contained in:
2025-01-20 15:38:58 +01:00
parent 7fc7c2a6eb
commit 9cb161e470

View File

@ -1,7 +1,9 @@
build: build:
- "printenv"
- "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env" - "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env"
- "pnpm install" - "pnpm install"
- "pnpm run i18n:sync" - "pnpm run i18n:generate:pages"
- "pnpm run i18n:generate:types"
- "pnpm run build" - "pnpm run build"
release: release: