Skip to content

Commit 52f176c

Browse files
committed
fix(ci): add prisma generate to postinstall to fix missing generated client in CI
1 parent 1cc91ae commit 52f176c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "next start -p 3000",
1010
"test": "vitest run",
1111
"test:watch": "vitest",
12-
"postinstall": "fumadocs-mdx",
12+
"postinstall": "fumadocs-mdx && prisma generate",
1313
"prepare": "husky",
1414
"lint:images": "node scripts/check-images.mjs",
1515
"migrate:images": "node scripts/move-doc-images.mjs",

0 commit comments

Comments
 (0)