mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 04:08:19 +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
|
||||
do
|
||||
pushd ${i}
|
||||
echo "Checking ${i} $1..."
|
||||
if [ $(node ${runscript} | grep $1: | wc -l) > 0 ]; then
|
||||
node ${runScript} $@
|
||||
retVal=$?
|
||||
|
Loading…
Reference in New Issue
Block a user