Skip to content

Commit

Permalink
fix: heroky-buildpack test (#5196)
Browse files Browse the repository at this point in the history
Looks like Heroku updated pnpm to not run post-install hooks by default.
Adding explicit build step.
  • Loading branch information
SevInf authored Jul 8, 2024
1 parent ea82a02 commit d8e0418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databases/heroku-pgbouncer-buildpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"express": "^4.17.1"
},
"scripts": {
"build": "prisma generate",
"start": "node index.js"
},
"devDependencies": {
Expand Down

0 comments on commit d8e0418

Please sign in to comment.