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