mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 17:04:15 +00:00
4 lines
78 B
Bash
4 lines
78 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx commitlint --edit $1
|