4 lines
46 B
Bash
4 lines
46 B
Bash
#!/usr/bin/env sh
|
|
|
|
npx commitlint --edit "$1"
|
#!/usr/bin/env sh
|
|
|
|
npx commitlint --edit "$1"
|