Files
keycloak/js/.husky/pre-commit
T
2024-04-12 08:34:18 +00:00

11 lines
187 B
Plaintext
Executable File

# Get the path the the Husky script.
DIRNAME="$(dirname "$0")"
FILE="$DIRNAME/_/husky.sh"
# Exit if Husky is not installed.
if [ ! -f "$FILE" ]; then
exit 0;
fi
pnpm exec lint-staged