Skip to content

Commit

Permalink
ci(husky): remove npx usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Aug 14, 2024
1 parent 07c02d4 commit d13f5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no-install commitlint --edit ${1}
commitlint --edit ${1}
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
cargo fmt
npx --no-install lint-staged
lint-staged

0 comments on commit d13f5c4

Please sign in to comment.