try fix Vercel build 2

This commit is contained in:
martin-mfg
2026-02-05 18:14:37 +01:00
parent ebacc4942b
commit 471bb22547
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "pnpm --filter ./apps/backend/ --legacy deploy ./apps/deployment/ && rm -rf ./apps/backend/ && mv ./apps/deployment/ ./apps/backend/ && ../../vercel-preparation.sh",
"buildCommand": "cd ../../ && pnpm --filter ./apps/backend/ --legacy deploy ./apps/deployment/ && rm -rf ./apps/backend/ && mv ./apps/deployment/ ./apps/backend/ && ./vercel-preparation.sh",
"redirects": [
{
"source": "/",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"installCommand": "../../vercel-preparation.sh && pnpm --filter ./apps/frontend/ --legacy deploy ./apps/deployment/ && rm -rf ./apps/frontend/ && mv ./apps/deployment/ ./apps/frontend/",
"installCommand": "cd ../../ && ./vercel-preparation.sh && pnpm --filter ./apps/frontend/ --legacy deploy ./apps/deployment/ && rm -rf ./apps/frontend/ && mv ./apps/deployment/ ./apps/frontend/",
"buildCommand": "pnpm run build-trends",
"outputDirectory": "build"
}