We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4d5fd commit 037e53dCopy full SHA for 037e53d
package.json
@@ -12,7 +12,8 @@
12
"db:seed": "tsx scripts/seed.ts",
13
"db:clear": "tsx scripts/clear.ts",
14
"db:migrate": "npx prisma migrate dev",
15
- "db:view": "npx prisma studio"
+ "db:view": "npx prisma studio",
16
+ "prepare": "husky"
17
},
18
"dependencies": {
19
"@phosphor-icons/react": "^2.1.7",
0 commit comments