Skip to content

Commit

Permalink
added prisma generate to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
fawredd committed Mar 10, 2024
1 parent edfa236 commit d838904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "prisma generate && node index.js",
"dev": "nodemon index.js"
"dev": "nodemon index.js",
"postinstall": "prisma generate"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d838904

Please sign in to comment.