mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-21 23:31:46 +01:00
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no -- commitlint --edit ${1}
|