redoc/build/run_tests.sh

7 lines
77 B
Bash
Raw Normal View History

2016-01-17 01:36:23 +03:00
#!/bin/bash
2016-01-17 22:04:37 +03:00
if [ "$JOB" = "e2e" ]; then
2016-01-17 01:36:23 +03:00
npm run e2e
else
npm run unit
fi