diff --git a/.husky/commit-msg b/.husky/commit-msg index 07aeea5..51b2d7f 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -npx --no-install commitlint --edit ${1} +commitlint --edit ${1} diff --git a/.husky/pre-commit b/.husky/pre-commit index 3dd7808..c27d889 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1 @@ -cargo fmt -npx --no-install lint-staged +lint-staged