check script 2

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-11 09:48:48 +02:00
parent 1a37dd89fb
commit 8ab1bf9b5f
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -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