pull/5370/head
filip mertens 3 years ago
parent 59a35197d8
commit 1bed8a5856
  1. 2
      apps/remix-ide/ci/lint.sh

@ -13,7 +13,7 @@ KEYS=$(jq -r '.projects | keys' workspace.json | tr -d '[],"')
then then
echo ${row} echo ${row}
fi fi
done) | circleci tests split | { while read i;do echo $i; done } done) | circleci tests split | { while read i;do npm run lint $i; done }
echo "$TEST_EXITCODE" echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ] if [ "$TEST_EXITCODE" -eq 1 ]

Loading…
Cancel
Save