Skip to content

Commit

Permalink
chore: adicionado novo script para prisma deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSemiOficial committed Sep 28, 2024
1 parent 7440444 commit 8bafe12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"server:watch": "tsx --watch src/server.ts",
"server:start": "node dist/src/server.js",
"prisma:migrate": "prisma migrate dev",
"prisma:migrate:deploy": "prisma migrate deploy",
"prisma:studio": "prisma studio",
"prisma:seed": "prisma db seed"
},
Expand Down

0 comments on commit 8bafe12

Please sign in to comment.