Files
next-ai-draw-io/.husky/pre-push

5 lines
122 B
Plaintext
Raw Normal View History

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