From 7d22264c297fb820b6de9be7ac477fb8bff29904 Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Sat, 11 Sep 2021 09:53:22 +0200 Subject: [PATCH] fix Signed-off-by: Andrey Platov --- common/scripts/each.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/scripts/each.sh b/common/scripts/each.sh index 0d09a9c6c5..6142c58f8c 100755 --- a/common/scripts/each.sh +++ b/common/scripts/each.sh @@ -24,6 +24,8 @@ roots=$(node $sourceDir/install-run-rush.js list -f --json | grep "fullPath" | c for i in $roots do pushd ${i} + echo ${runScript} + node ${runScript} checkScript=$(node ${runScript} | grep $1: | wc -l) if [ $checkScript -gt 0 ]; then node ${runScript} $@