LibreChat/.husky/pre-commit
2023-09-06 14:00:36 -04:00

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