Skip to content

Commit

Permalink
chore(updated precommit hook): updated precommit hook to do git after…
Browse files Browse the repository at this point in the history
… formating
  • Loading branch information
vakhariaheet committed Oct 2, 2021
1 parent e1151f8 commit 3714f84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,13 @@ Age

- Same goes for excludes func check if "h" or "e" or "l" or "o" is present in the string if anyone of them does then
just set correct to false

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

## Bugs and Issues

If you encounter any bugs or issues, feel free
to [open an issue at github](https://github.com/vakhariaheet/verifierjs/issues) or email me to
<[email protected]>. I also always like to hear from you, if you’re using my code.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "yarn format && yarn test "
"pre-commit": "yarn format && git add . && yarn test "
}
},
"engines": {
Expand Down

0 comments on commit 3714f84

Please sign in to comment.