mirror of
https://github.com/danbulant/convex-macros
synced 2026-05-19 03:58:31 +00:00
4 lines
84 B
Bash
Executable file
4 lines
84 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
pnpm -- commitlint --edit ${1}
|