0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 16:00:27 -05:00
penpot-plugins/.husky/pre-push

6 lines
82 B
Text
Raw Normal View History

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