fix: fix husky path

This commit is contained in:
Kevin Franklin Kim 2021-12-10 11:43:09 +01:00
parent c204a32ac6
commit 6fb0eb99cb

View File

@ -1,9 +1,9 @@
hooks:
pre-commit:
- golangci-lint run
- bin/husky lint-staged
- husky lint-staged
commit-msg:
- bin/husky lint-commit
- husky lint-commit
lint-staged:
'*.go':