feat: extend husky checks (#7574)

This commit is contained in:
Jan Scheffler 2021-09-20 09:10:53 +02:00 committed by GitHub
parent 8e45a1c882
commit 7316086941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,8 +116,9 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run eslint",
"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"
}
}
}