Skip to content

Commit 9acecdc

Browse files
committed
fix: Removed husky in postinstall
1 parent af07ef7 commit 9acecdc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"prepare": "npm run build",
2323
"circular": "madge --circular --extensions ts src",
2424
"quality": "npm run circular && npm run lint && tsc --noEmit && npm run format && npm run unused-deps",
25-
"quality:fix": "npm run circular && npm run lint -- --fix && tsc --noEmit && npm run format",
26-
"postinstall": "husky install"
25+
"quality:fix": "npm run circular && npm run lint -- --fix && tsc --noEmit && npm run format"
2726
},
2827
"files": [
2928
"dist"

0 commit comments

Comments
 (0)