mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-23 20:13:20 +00:00
fix
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
20b35eb2ae
commit
7d22264c29
@ -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} $@
|
||||
|
Loading…
Reference in New Issue
Block a user