Skip to content

Commit 5b3d436

Browse files
committed
Update vercel build command
1 parent 70ef50b commit 5b3d436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"installCommand": "yarn install && yarn prisma generate && yarn prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts"
3+
"installCommand": "yarn workspaces focus --production && yarn prisma generate && yarn prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts"
44
}

0 commit comments

Comments
 (0)