diff --git a/apps/site/.vercel/project.json b/apps/site/.vercel/project.json index bfb2e5a2..4fb8c982 100644 --- a/apps/site/.vercel/project.json +++ b/apps/site/.vercel/project.json @@ -4,6 +4,7 @@ "settings": { "framework": "nextjs", "rootDirectory": null, + "installCommand": "npm install --include-workspace-root", "outputDirectory": null, "buildCommand": "npm run --include-workspace-root build:site --if-present" }