Files
vela-tomato-clock/husky.sh
T
2026-08-17 09:17:10 +08:00

3 lines
136 B
Bash

npx husky install
npx husky add .husky/pre-commit 'npx lint-staged'
npx husky add .husky/commit-msg 'npx --no -- commitlint --edit ${1}'