7 lines
102 B
Bash
Executable file
7 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname $0)/_/husky.sh"
|
|
|
|
export PATH=$PATH:$HOME/.yarn/bin
|
|
|
|
yarn commitlint --edit $1
|
|
|