mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-09 01:32:29 +08:00
5 lines
122 B
Plaintext
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
|