Skip to content

Commit 4c35acb

Browse files
committed
Update build settings
1 parent 7379fe4 commit 4c35acb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"lint": "next lint",
1616
"lint:fix": "yarn typecheck & yarn format & yarn lint --fix",
1717
"prepare": "husky install",
18-
"postinstall": "prisma generate && prisma migrate deploy && npx tsx src/scripts/mos-data-import.ts",
1918
"postbuild": "next-sitemap",
2019
"test": "jest"
2120
},

vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)