Skip to content

Commit

Permalink
fix: add generate npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jul 28, 2024
1 parent befb9e1 commit 20faea3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next node_modules",
"db:push": "npx prisma db push",
"db:studio": "npx prisma studio"
"db:push": "pnpm exec prisma db push",
"db:generate": "pnpm exec prisma generate",
"db:studio": "pnpm exec prisma studio"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down

0 comments on commit 20faea3

Please sign in to comment.