Skip to content

Commit

Permalink
Add prisma studio command
Browse files Browse the repository at this point in the history
  • Loading branch information
Parikshit2001 committed Sep 14, 2024
1 parent 90e9ee4 commit d427a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint",
"dev:docker": "npm run db:seed & next dev",
"db:seed": "npx prisma db push & npx prisma db seed",
"db:studio": "npx prisma studio",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,mdx,css}\"",
"check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css}\"",
"prepare": "husky"
Expand Down

0 comments on commit d427a7b

Please sign in to comment.