Skip to content

Commit

Permalink
chore: change npx into pnpm in husky hooks (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Yokozuna59 <u.yokozuna@gmail.com>
  • Loading branch information
Yokozuna59 authored May 22, 2023
1 parent 83e3860 commit fc4743a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# shellcheck source=./_/husky.sh
. "$(dirname -- "$0")/_/husky.sh"

npx commitlint --edit "$1"
pnpm commitlint --edit "$1"
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# shellcheck source=./_/husky.sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
pnpm lint-staged

0 comments on commit fc4743a

Please sign in to comment.