Skip to content

Commit 037e53d

Browse files
committed
Fix Husky
1 parent cd4d5fd commit 037e53d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"db:seed": "tsx scripts/seed.ts",
1313
"db:clear": "tsx scripts/clear.ts",
1414
"db:migrate": "npx prisma migrate dev",
15-
"db:view": "npx prisma studio"
15+
"db:view": "npx prisma studio",
16+
"prepare": "husky"
1617
},
1718
"dependencies": {
1819
"@phosphor-icons/react": "^2.1.7",

0 commit comments

Comments
 (0)