3 lines
50 B
Bash
3 lines
50 B
Bash
#!/bin/sh
|
|
npx --no-install commitlint --edit "$1"
|
#!/bin/sh
|
|
npx --no-install commitlint --edit "$1"
|