mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-08 06:15:23 +00:00
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no -- commitlint --edit ""
|