5 lines
No EOL
92 B
Bash
Executable file
5 lines
No EOL
92 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|
|
npx --no -- commitlint --edit ${1} |