From 1a37dd89fb81b393c0d583ff28c228ba1232283c Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Sat, 11 Sep 2021 09:44:41 +0200 Subject: [PATCH] check script 2 Signed-off-by: Andrey Platov --- common/scripts/each.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/scripts/each.sh b/common/scripts/each.sh index 9b4e7ae493..1c3337c51d 100755 --- a/common/scripts/each.sh +++ b/common/scripts/each.sh @@ -24,6 +24,7 @@ roots=$(node $sourceDir/install-run-rush.js list -f --json | grep "fullPath" | c for i in $roots do pushd ${i} + node ${runscript} checkScript=$(node ${runscript} | grep $1: | wc -l) echo "Check script ${i} ${checkScript}..." if [ $checkScript -gt 0 ]; then