mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
pnpm commitlint --edit $1
|