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 5b3d436 commit 14af26cCopy full SHA for 14af26c
vercel.json
@@ -1,4 +1,4 @@
1
{
2
"$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"
+ "installCommand": "yarn install --production --frozen-lockfile && yarn prisma generate && yarn prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts"
4
}
0 commit comments