1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-03-20 17:54:21 +03:00
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