7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
pnpm dlx commitlint --edit ${1}
|
||
|
|
pnpm run lint:fix
|
||
|
|
|