Skip to content

Commit

Permalink
chore: Don't crash database each time
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Mar 4, 2024
1 parent 83287a4 commit fb091ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prisma": "npx prisma",
"format": "prettier . --write",
"format:check": "prettier . --check",
"scalingo-prebuild": "yarn prisma db push && prisma db seed"
"scalingo-prebuild": "yarn prisma migrate deploy"
},
"dependencies": {
"@auth/prisma-adapter": "1.0.1",
Expand Down

0 comments on commit fb091ff

Please sign in to comment.