diff --git a/vercel.json b/vercel.json index ee208c4c..a863c803 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ], - "installCommand": "yarn install --network-timeout 600000 --child-concurrency 1", + "installCommand": "npm install --legacy-peer-deps", "buildCommand": "yarn build", "outputDirectory": "build", "framework": "vite"