Skip to content

Commit

Permalink
build(server): ensure migrations run after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Dec 29, 2024
1 parent 66d4577 commit e820ddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
"service": true
},
"migrations": {
"dependencies": [
"prisma:deploy"
],
"command": "./tools/run-migrations.sh"
},
"prisma:deploy": {
Expand Down

0 comments on commit e820ddb

Please sign in to comment.