1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-02-24 14:00:33 +03:00
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