mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +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
|