diff options
| author | Bobby <[email protected]> | 2022-06-28 03:32:05 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-28 03:32:05 +0530 |
| commit | f45597d1e6a2ebd2d4a69a5276c27aab38230615 (patch) | |
| tree | 64e60b8b03607e08f5c75e7777e15ac618131202 | |
| parent | 81e03df3a9768c854c78905725e809fdc3f540ea (diff) | |
| download | thatcomputerscientist-f45597d1e6a2ebd2d4a69a5276c27aab38230615.tar.xz thatcomputerscientist-f45597d1e6a2ebd2d4a69a5276c27aab38230615.zip | |
Added hook for modifying readme
| -rwxr-xr-x | .husky/pre-commit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 00000000..8fa9fff9 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +node hooks/pre-commit.js |
