mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2025-07-03 16:40:45 -04:00
4 lines
93 B
Bash
Executable file
4 lines
93 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx --no-install commitlint --edit "$1"
|