Skip to content

Commit d838904

Browse files
committed
added prisma generate to build process
1 parent edfa236 commit d838904

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"build": "prisma generate && node index.js",
10-
"dev": "nodemon index.js"
10+
"dev": "nodemon index.js",
11+
"postinstall": "prisma generate"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)