Skip to content

Commit

Permalink
Run prisma generate in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Mar 24, 2024
1 parent a787775 commit 17bcc85
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 @@
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist",
"build": "yarn prisma generate && nest build",
"postinstall": "prisma generate",
"build": "nest build",
"start": "node dist/src/main",
"dev": "NODE_ENV=dev nest start --watch",
"dev:debug": "NODE_ENV=dev nest start --debug --watch",
Expand Down

0 comments on commit 17bcc85

Please sign in to comment.