Skip to content

Commit

Permalink
[ CHORE ]: added studio
Browse files Browse the repository at this point in the history
Co-authored-by: Vineet Agarwal <[email protected]>
  • Loading branch information
Parikshit2001 and VineeTagarwaL-code authored Sep 15, 2024
1 parent 985b35c commit e952e0e
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",
"check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css}\"",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,mdx,css}\"",
"prepare": "husky"
Expand Down

0 comments on commit e952e0e

Please sign in to comment.