Skip to content

Commit 8bc2c2a

Browse files
committed
Update package.json
1 parent 0966ab8 commit 8bc2c2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prisma/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"private": true,
77
"license": "Apache-2.0",
88
"scripts": {
9-
"test": "jest"
9+
"test": "jest",
10+
"postinstall": "prisma generate"
1011
},
1112
"dependencies": {
1213
"@prisma/client": "^6.18.0",
@@ -22,4 +23,4 @@
2223
"ts-node": "^10.9.2",
2324
"typescript": "^5.9.3"
2425
}
25-
}
26+
}

0 commit comments

Comments
 (0)