Files
penpot/plugins/.husky/pre-commit
2025-12-30 14:56:15 +01:00

6 lines
109 B
Bash

#!/bin/bash
if [ -z "$HUSKY_HOOK" ] || [ "$HUSKY_HOOK" = "pre-commit" ]; then
pnpm run lint:affected
fi