diff --git a/frontend/vercel.json b/frontend/vercel.json index 69c94733..94f37f6c 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -1,7 +1,8 @@ { "version": 2, - "buildCommand": "npm run build", + "buildCommand": "npm install --legacy-peer-deps && npm run build", "outputDirectory": "build", + "installCommand": "npm install --legacy-peer-deps", "routes": [ { "src": "/(.*)",