mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run commitlint -- $1
|