diff --git a/frontend/vercel.json b/frontend/frontend/vercel.json similarity index 52% rename from frontend/vercel.json rename to frontend/frontend/vercel.json index c2d5d203..a0593f83 100644 --- a/frontend/vercel.json +++ b/frontend/frontend/vercel.json @@ -1,5 +1,5 @@ { "buildCommand": "yarn build-trends", "outputDirectory": "build", - "installCommand": "../vercel-preparation.sh && yarn install" + "installCommand": "../../vercel-preparation.sh && yarn install" } \ No newline at end of file