From 8ab1bf9b5f17eb2070c596b17059bda4d772dc52 Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Sat, 11 Sep 2021 09:48:48 +0200 Subject: [PATCH] check script 2 Signed-off-by: Andrey Platov --- common/scripts/each.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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