redoc/build/run_tests.sh
2016-01-17 00:46:23 +02:00

7 lines
75 B
Bash
Executable File

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