mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
if command -v npx >/dev/null 2>&1; then
|
|
npx lint-staged
|
|
fi |