Skip to content

Commit e9ff430

Browse files
committed
add postinstall for prisma generate
1 parent 1a73854 commit e9ff430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/kentcdodds/kentcdodds.com#readme",
2424
"type": "module",
2525
"scripts": {
26-
"postinstall": "patch-package --patch-dir other/patches",
26+
"postinstall": "patch-package --patch-dir other/patches && npx prisma generate",
2727
"clean": "rimraf ./node_modules/.cache ./server/dist ./build ./public/build",
2828
"prebuild": "npm run clean && echo All clean ✨",
2929
"build": "run-s build:*",

0 commit comments

Comments
 (0)