mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-08 11:38:51 +01:00
6 lines
148 B
Text
Executable file
6 lines
148 B
Text
Executable file
# v0.7.0
|
|
#!/usr/bin/env sh
|
|
set -e
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
[ -n "$CI" ] && exit 0
|
|
npx lint-staged --config ./.husky/lint-staged.config.js
|