chore: make sure that husky hooks are executed
This commit is contained in:
@@ -9,18 +9,11 @@
|
||||
"typecheck": "pnpm run -r typecheck",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"lint-staged": {},
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"commit-msg": "commitlint --edit $1"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.15.1",
|
||||
"pnpm": "9.4.0"
|
||||
|
||||
Reference in New Issue
Block a user