Skip to content

Commit 14af26c

Browse files
committed
Fix vercel build
1 parent 5b3d436 commit 14af26c

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 workspaces focus --production && yarn prisma generate && yarn prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts"
3+
"installCommand": "yarn install --production --frozen-lockfile && yarn prisma generate && yarn prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts"
44
}

0 commit comments

Comments
 (0)