diff --git a/build_script.sh b/build_script.sh
index 06a285b0c7fc794f781c724f191a2c463f8a01c4..b1b9b94e50620466285503397ca03a5eb54319d5 100755
--- a/build_script.sh
+++ b/build_script.sh
@@ -12,6 +12,7 @@ if [[ $files = *"bigbluebutton-html5"* ]]; then
   conf=$(docker exec $(docker ps -q) bbb-conf --secret | grep "Secret:")
   secret=$(echo $conf | cut -d' ' -f2)
   export BBB_SHARED_SECRET=$secret
+  node html5-check.js
 
   cd ../..
   curl https://install.meteor.com/ | sh