4 lines
54 B
Text
4 lines
54 B
Text
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
npx --no -- commitlint --edit "$1"
|