Solutionunvalidated
"installCommand": "npm run prebuild && npm install" — including `vercel.json` in the root folder. Tension: This allows my prebuild script to run before Vercel installs dependencies. Outcome: I am then including `vercel.json` in the root folder of my repository.
6841195e-2b8f-4c21-b8c1-41a334f5f49c
"installCommand": "npm run prebuild && npm install" — including vercel.json in the root folder. Tension: This allows my prebuild script to run before Vercel installs dependencies. Outcome: I am then including vercel.json in the root folder of my repository.