0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00
penpot-plugins/.husky/pre-push

6 lines
82 B
Text
Raw Permalink Normal View History

2024-04-15 01:47:32 -05:00
#!/bin/bash
if [ "$HUSKY_HOOK" = "pre-push" ]; then
npm run lint:affected
fi