Skip to content

Commit

Permalink
added prisma command
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Mar 4, 2024
1 parent 9198911 commit 13cf592
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 @@ -13,7 +13,8 @@
"format:check": "prettier --check \"**/*.{ts,tsx,json}\"",
"dev:docker": "npm run prisma:migrate && next dev",
"prisma:migrate": "prisma migrate deploy",
"prepare": "husky install"
"prepare": "husky install",
"studio": "prisma studio"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.6",
Expand Down

0 comments on commit 13cf592

Please sign in to comment.