mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-08 21:27:45 +03:00
check script fixed
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
8ab1bf9b5f
commit
20b35eb2ae
@ -24,9 +24,7 @@ roots=$(node $sourceDir/install-run-rush.js list -f --json | grep "fullPath" | c
|
||||
for i in $roots
|
||||
do
|
||||
pushd ${i}
|
||||
node ${runscript} -h
|
||||
checkScript=$(node ${runscript} | grep $1: | wc -l)
|
||||
echo "Check script ${i} ${checkScript}..."
|
||||
checkScript=$(node ${runScript} | grep $1: | wc -l)
|
||||
if [ $checkScript -gt 0 ]; then
|
||||
node ${runScript} $@
|
||||
retVal=$?
|
||||
|
Loading…
Reference in New Issue
Block a user