Skip to content

Commit

Permalink
feat: extend husky checks (#7574)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschfflr committed Sep 20, 2021
1 parent 8e45a1c commit 7316086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -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"
}
}
}

0 comments on commit 7316086

Please sign in to comment.