diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100755 index 0000000..1a089f4 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npx --no-install commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index e738fff..2553894 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -4,4 +4,4 @@ COMMIT_MSG_FILE=$1 COMMIT_MSG=`cat $COMMIT_MSG_FILE` -echo "$COMMIT_MSG" +echo "$COMMIT_MSG" \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 597cdf8..5c1dc23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "oot", + "name": "oot-was", "lockfileVersion": 3, "requires": true, "packages": {