mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 11:34:58 +02:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user