zhengyiming
5 天以前 5103729dde38b2a313367e43df8ce73285f08a30
1
2
3
4
5
6
#!/bin/sh
 
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"
 
npx --no-install commitlint --edit "$1"