try fix Vercel build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"buildCommand": "pnpm install && ../../vercel-preparation.sh",
|
||||
"buildCommand": "pnpm --filter ./apps/backend/ --legacy deploy ./apps/deployment/ && rm -rf ./apps/backend/ && mv ./apps/deployment/ ./apps/backend/ && ../../vercel-preparation.sh",
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"installCommand": "../../vercel-preparation.sh && pnpm install",
|
||||
"installCommand": "../../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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user