0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00
penpot-plugins/.husky/pre-push
2024-04-15 09:31:45 +02:00

5 lines
82 B
Bash

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