Skip to content

Commit

Permalink
Use npm instead of yarn for pre-commit hooks
Browse files Browse the repository at this point in the history
The rationale is that most people will have an easier time working with npm than yarn, as yarn can be a hassle to get up and running sometimes
  • Loading branch information
No767 committed Dec 19, 2023
1 parent b97783a commit 9858d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/ucmacm-website/.husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
. "$(dirname -- "$0")/_/husky.sh"

cd react/ucmacm-website
yarn run lint
yarn run format
npm run lint
npm run format

0 comments on commit 9858d90

Please sign in to comment.