HuLa/.husky/commit-msg
nongyehong fc753b5f05 docs: 📝 变更代码规范
添加husky
变更使用cz-git
2024-04-22 02:24:36 +08:00

4 lines
81 B
Bash

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit "$1"