Skip to content

Commit 1486660

Browse files
committed
Fix prisma generation commands
1 parent 4c35acb commit 1486660

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

0 commit comments

Comments
 (0)