diff --git a/.husky/pre-commit b/.husky/pre-commit index f671027..eaee3ba 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -3,3 +3,4 @@ npm run lint npm test +npm run update-changelog && git add CHANGELOG.md