try fix frontend build on Vercel

This commit is contained in:
martin-mfg
2025-10-04 22:48:49 +02:00
parent 67275eb20c
commit a23c967b49
@@ -1,5 +1,5 @@
{
"buildCommand": "yarn build-trends",
"outputDirectory": "build",
"installCommand": "../vercel-preparation.sh && yarn install"
"installCommand": "../../vercel-preparation.sh && yarn install"
}