Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlneto committed Aug 29, 2024
1 parent 39e78ce commit a88692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JitaSpace WebApp",
"buildCommand": "(cd ../.. && pnpm db:generate && pnpm db:push) && pnpm dlx turbo run build --filter=web",
"buildCommand": "(cd ../.. && pnpm db:generate && pnpm db:push) && pnpm dlx turbo run build --filter=@jitaspace/web",
"installCommand": "pnpm --filter !mobile install --store=node_modules/.pnpm-store",
"env": {
"ENABLE_EXPERIMENTAL_COREPACK": "1"
Expand Down

0 comments on commit a88692b

Please sign in to comment.