Skip to content

Commit

Permalink
fix(prisma): Hopefully fix build failing in CI. For fuck's sake prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
LordLuceus committed Apr 8, 2024
1 parent 81c58d7 commit 020194b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "NODE_ENV=development nodemon --watch src -e ts --exec \"npm run build && npm run start\"",
"build": "tsc",
"migrate-deploy": "prisma migrate deploy",
"prisma-generate": "prisma generate"
"prisma-generate": "prisma generate",
"postinstall": "npm run prisma-generate"
},
"keywords": [
"dice",
Expand Down
1 change: 0 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh

npm run migrate-deploy
npm run prisma-generate
exec node .

0 comments on commit 020194b

Please sign in to comment.