From d13f5c4c2789af21a59346cc8da33b2f2d6172db Mon Sep 17 00:00:00 2001 From: Timon Borter Date: Wed, 14 Aug 2024 19:14:38 +0200 Subject: [PATCH] ci(husky): remove npx usage --- .husky/commit-msg | 2 +- .husky/pre-commit | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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