mirror of
https://github.com/agregarr/agregarr.git
synced 2026-01-31 06:48:57 -06:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
[[ -n $HUSKY_BYPASS ]] || npx commitlint --edit $1
|