mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-03 14:19:56 +00:00
svelte-check
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
c0b9c1d2f0
commit
64992ec93e
@ -24,6 +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 "Checking ${i} $1..."
|
||||||
if [ $(node ${runscript} | grep $1: | wc -l) > 0 ]; then
|
if [ $(node ${runscript} | grep $1: | wc -l) > 0 ]; then
|
||||||
node ${runScript} $@
|
node ${runScript} $@
|
||||||
retVal=$?
|
retVal=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user