From 0074e3ace62f53854dfafbc28c55072ce3640ac1 Mon Sep 17 00:00:00 2001 From: Maxim Khlobystov <maxim.khlobystov@gmail.com> Date: Fri, 23 Nov 2018 13:59:31 -0500 Subject: [PATCH] Fix the issue with jest not found --- build_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_script.sh b/build_script.sh index e038a5b07c..85098711c0 100755 --- a/build_script.sh +++ b/build_script.sh @@ -35,6 +35,7 @@ if [[ $files = *"bigbluebutton-html5"* ]]; then secret=$(echo $conf | cut -d' ' -f2) export BBB_SHARED_SECRET=$secret node html5-check.js + cd ../../.. npm test fi fi -- GitLab