diff --git a/.husky/commit-msg b/.husky/commit-msg index 6a6b0b8..07aeea5 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install commitlint --edit ${1} diff --git a/.husky/pre-commit b/.husky/pre-commit index 3342de0..3dd7808 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,2 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - cargo fmt npx --no-install lint-staged