diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100644 index 0000000..9865061 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1 @@ +pnpm commitlint --config commitlint.config.js --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 1755e1d..e65a7a9 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -pnpm test && pnpm commitlint --config commitlint.config.js --edit "$1" \ No newline at end of file +pnpm commitlint --config commitlint.config.js --edit "$1" \ No newline at end of file