Skip to content

Commit

Permalink
chore: adjust db push script
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloMedici committed Jul 28, 2024
1 parent 7d528c6 commit e3b08b7
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 @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate",
"db:push": "prisma db push --preview-feature"
"db:push": "npx prisma db push"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
Expand Down

0 comments on commit e3b08b7

Please sign in to comment.