backlog-md/.husky/pre-commit

6 lines
119 B
Plaintext
Executable File

# Add Bun to PATH if not present
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
bun lint-staged