Skip to content

Commit edfa236

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

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
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
9-
"build": "node index.js",
9+
"build": "prisma generate && node index.js",
1010
"dev": "nodemon index.js"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)