redoc/build/run_tests.sh
2016-01-17 21:05:52 +02:00

7 lines
77 B
Bash
Executable File

#!/bin/bash
if [ "$JOB" = "e2e" ]; then
npm run e2e
else
npm run unit
fi