We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f17fe commit 997ac98Copy full SHA for 997ac98
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"framework": "nextjs",
3
- "installCommand": "corepack enable && pnpm install",
4
- "buildCommand": "cd apps/web && pnpm run build",
+ "installCommand": "cd apps/web && npm install",
+ "buildCommand": "cd apps/web && npm run build",
5
"outputDirectory": "apps/web/.next"
6
}
0 commit comments