From d8d0f9e5c794acd38438db4838e4d3dec2095aa8 Mon Sep 17 00:00:00 2001 From: Yokozuna59 Date: Mon, 22 May 2023 19:48:09 +0300 Subject: [PATCH] chore: change `npx` into `pnpm` in husky hooks Signed-off-by: Yokozuna59 --- .husky/commit-msg | 2 +- .husky/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index ad547a5..328fdca 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -3,4 +3,4 @@ # shellcheck source=./_/husky.sh . "$(dirname -- "$0")/_/husky.sh" -npx commitlint --edit "$1" +pnpm commitlint --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 79f0de8..521f88c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -3,4 +3,4 @@ # shellcheck source=./_/husky.sh . "$(dirname -- "$0")/_/husky.sh" -npx lint-staged +pnpm lint-staged