Skip to content

Commit

Permalink
feat: remove --skip-generate parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
samhwang committed Dec 14, 2024
1 parent 58c36cf commit 82752a0
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 @@ -15,7 +15,7 @@
"url": "https://github.com/viet-aus-it/prisma-migrate-service"
},
"scripts": {
"prisma:deploy": "prisma migrate deploy --skip-generate"
"prisma:deploy": "prisma migrate deploy"
},
"devDependencies": {
"prisma": "^6.0.1"
Expand Down

0 comments on commit 82752a0

Please sign in to comment.