mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
pnpm commitlint --edit $1
|