feat: extend husky checks (#7574)
This commit is contained in:
parent
8e45a1c882
commit
7316086941
@ -116,8 +116,9 @@
|
|||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
"pre-commit": "npm run eslint",
|
||||||
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS",
|
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS",
|
||||||
"pre-push": "npm run ensure-pinned-deps"
|
"pre-push": "npm run tsc && npm run eslint && npm run doc && npm run ensure-pinned-deps"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user