mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 05:13:06 +00:00
check script 2
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
1a37dd89fb
commit
8ab1bf9b5f
@ -24,7 +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}
|
||||||
node ${runscript}
|
node ${runscript} -h
|
||||||
checkScript=$(node ${runscript} | grep $1: | wc -l)
|
checkScript=$(node ${runscript} | grep $1: | wc -l)
|
||||||
echo "Check script ${i} ${checkScript}..."
|
echo "Check script ${i} ${checkScript}..."
|
||||||
if [ $checkScript -gt 0 ]; then
|
if [ $checkScript -gt 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user