Skip to content

Commit 4366c1c

Browse files
author
Jacob Heric
committed
remove husky prepare step
1 parent 5e7cf14 commit 4366c1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"types": "dist/index.d.ts",
1616
"scripts": {
1717
"build": "tsc && cp package.json ./dist/package.json",
18-
"lint": "eslint src --ext .ts --fix",
19-
"prepare": "husky install"
18+
"lint": "eslint src --ext .ts --fix"
2019
},
2120
"peerDependencies": {
2221
"@prisma/client": "latest",

0 commit comments

Comments
 (0)