diff --git a/common/scripts/each.sh b/common/scripts/each.sh
index 1c3337c51d..8aea9058ef 100755
--- a/common/scripts/each.sh
+++ b/common/scripts/each.sh
@@ -24,7 +24,7 @@ roots=$(node $sourceDir/install-run-rush.js list -f --json | grep "fullPath" | c
 for i in $roots
 do  
   pushd ${i}
-  node ${runscript}
+  node ${runscript} -h
   checkScript=$(node ${runscript} | grep $1: | wc -l)
   echo "Check script ${i} ${checkScript}..."
   if [ $checkScript -gt 0 ]; then