mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-03-14 07:00:36 -04:00
5 lines
93 B
Text
5 lines
93 B
Text
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no-install commitlint --edit "$1"
|