Files
next-ai-draw-io/.husky/pre-push
2026-01-05 01:12:53 +09:00

5 lines
122 B
Plaintext

# Skip if node_modules not installed (e.g., on EC2 push server)
if [ -d "node_modules" ]; then
npm run test -- --run
fi