Skip to content

Commit 997ac98

Browse files
committed
Update vercel.json
1 parent c4f17fe commit 997ac98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "nextjs",
3-
"installCommand": "corepack enable && pnpm install",
4-
"buildCommand": "cd apps/web && pnpm run build",
3+
"installCommand": "cd apps/web && npm install",
4+
"buildCommand": "cd apps/web && npm run build",
55
"outputDirectory": "apps/web/.next"
66
}

0 commit comments

Comments
 (0)