Skip to content

Commit

Permalink
fix: add prod script for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfenB committed May 24, 2024
1 parent 8ce2e15 commit 80b5916
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 @@ -15,7 +15,8 @@
"release": "semantic-release",
"dev:server": "tsx watch src/server",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:migrate-dev": "prisma migrate dev",
"db:migrate": "prisma migrate deploy",
"db:studio": "prisma studio",
"db:push": "prisma db push"
},
Expand Down

0 comments on commit 80b5916

Please sign in to comment.