mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
chore: husky (#1706)
This commit is contained in:
parent
566abda36b
commit
34b2504268
2 changed files with 0 additions and 6 deletions
|
|
@ -1,4 +1 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run commitlint -- $1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
SCRIPT_DIR="$(readlink -f "$(dirname "$0")")"
|
||||
MONOREPO_ROOT="$(readlink -f "$SCRIPT_DIR/../")"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue