mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname $0)/.huskyrc"
|
|
. "$(dirname $0)/_/husky.sh"
|
|
|
|
npx lint-staged
|