We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d68a6 commit a9a0491Copy full SHA for a9a0491
1 file changed
.huskyrc.js
@@ -1,8 +1,6 @@
1
module.exports = {
2
hooks: {
3
'commit-msg': 'd2-style commit check',
4
- 'pre-commit': 'd2-style validate',
5
- 'pre-push':
6
- 'yarn docs && git add README.md && git commit --amend --no-edit',
+ 'pre-commit': 'd2-style validate && yarn docs && git add README.md',
7
},
8
}
0 commit comments