We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6436223 commit edfa236Copy full SHA for edfa236
package.json
@@ -6,7 +6,7 @@
6
"main": "index.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1",
9
- "build": "node index.js",
+ "build": "prisma generate && node index.js",
10
"dev": "nodemon index.js"
11
},
12
"repository": {
0 commit comments