Skip to content

Commit

Permalink
refactor: run package commands directly
Browse files Browse the repository at this point in the history
You can now run package commands directly, no need for npx or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️
  • Loading branch information
mfranzke authored Jul 18, 2024
1 parent 86249f0 commit 1be6333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npx validate-branch-name
validate-branch-name
node scripts/check-commit-mail.js
npx --no -- lint-staged --config ./.lintstagedrc.js
lint-staged --config ./.lintstagedrc.js
npm run lint:jscpd

0 comments on commit 1be6333

Please sign in to comment.