Fixing...

This commit is contained in:
2024-03-09 13:56:06 +01:00
parent 9312089e96
commit c6d8ccdf92
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ pnpm-debug.log*
/src/pages/de/
/steamwar-website.zip
/src/env.d.ts
/src/pages/en/

View File

@ -1,4 +1,5 @@
build:
- "rm -r src/pages/de"
- "echo 'PUBLIC_API_SERVER=https://dev.steamwar.de/api' > .env"
- "pnpm run ci"