Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
Add postinstall scripts
  • Loading branch information
zylcom committed Jul 28, 2023
1 parent b9268e3 commit 525d912
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": {
"start": "node api/index.js",
"dev": "nodemon api/index.js",
"test": "jest -i"
"test": "jest -i",
"postinstall": "prisma generate"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 525d912

Please sign in to comment.