Skip to content

Commit

Permalink
Update Vercel deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Jun 17, 2024
1 parent b3bd17b commit 9e9aecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"installCommand": "pnpm install --ignore-scripts",
"buildCommand": "pnpm build:common && pnpm build:client",
"installCommand": "pnpm -r install",
"outputDirectory": "client/.next",
"framework": "nextjs"
"framework": null
}

0 comments on commit 9e9aecd

Please sign in to comment.