mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-21 15:59:15 +00:00
fix
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
a7fe4eaae8
commit
d20a223bb7
@ -24,9 +24,7 @@ roots=$(node $sourceDir/install-run-rush.js list -f --json | grep "fullPath" | c
|
|||||||
for i in $roots
|
for i in $roots
|
||||||
do
|
do
|
||||||
pushd ${i}
|
pushd ${i}
|
||||||
echo ${runScript}
|
checkScript=$(cat package.json | grep \"$1\": | wc -l)
|
||||||
node ${runScript} -h
|
|
||||||
checkScript=$(node ${runScript} -h | grep $1: | wc -l)
|
|
||||||
if [ $checkScript -gt 0 ]; then
|
if [ $checkScript -gt 0 ]; then
|
||||||
node ${runScript} $@
|
node ${runScript} $@
|
||||||
retVal=$?
|
retVal=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user