mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 22:43:26 +00:00
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname $0)/.huskyrc"
|
|
. "$(dirname $0)/_/husky.sh"
|
|
|
|
npx --no -- commitlint --edit
|