mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: extend husky checks (#7574)
This commit is contained in:
parent
8e45a1c882
commit
7316086941
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user