mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-24 00:17:55 -05:00
5 lines
91 B
Text
5 lines
91 B
Text
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no-install commitlint --edit $1
|