We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c35acb commit 1486660Copy full SHA for 1486660
vercel.json
@@ -1,4 +1,4 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
- "installCommand": "yarn install && prisma generate && prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts"
+ "installCommand": "yarn install && yarn prisma generate && yarn prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts"
4
}
0 commit comments