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 7379fe4 commit 4c35acbCopy full SHA for 4c35acb
package.json
@@ -15,7 +15,6 @@
15
"lint": "next lint",
16
"lint:fix": "yarn typecheck & yarn format & yarn lint --fix",
17
"prepare": "husky install",
18
- "postinstall": "prisma generate && prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts",
19
"postbuild": "next-sitemap",
20
"test": "jest"
21
},
vercel.json
@@ -0,0 +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"
4
+}
0 commit comments