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

6 lines
83 B
Bash

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