6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
# Lint commit messages to ensure they follow conventional commit standards
|
||
|
yarn commitlint --edit "${1}"
|