4 lines
84 B
Bash
4 lines
84 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install commitlint -e $GIT_PARAMS |