mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 21:05:37 +00:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
cd invokeai/frontend/web/ && npm run lint-staged
|