Files

3 lines
136 B
Bash
Raw Permalink Normal View History

2026-08-17 09:17:10 +08:00
npx husky install
npx husky add .husky/pre-commit 'npx lint-staged'
npx husky add .husky/commit-msg 'npx --no -- commitlint --edit ${1}'