mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
5 lines
138 B
Bash
Executable file
5 lines
138 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -e
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
[ -n "$CI" ] && exit 0
|
|
npx lint-staged --config ./.husky/lint-staged.config.js
|