diff --git a/common/scripts/each.sh b/common/scripts/each.sh index 44b2cc64f5..4a54c53017 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} + echo "Checking ${i} $1..." if [ $(node ${runscript} | grep $1: | wc -l) > 0 ]; then node ${runScript} $@ retVal=$?