diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 71aa6bb..fb6814d 100644 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -42,4 +42,4 @@ echo "About to run tests for ${APP} v${VERSION}-($FLAVOR) ..." ## use_node "$NODE_VER" -yarn test \ No newline at end of file +yarn && yarn test \ No newline at end of file