diff --git a/apps/remix-ide/ci/lint.sh b/apps/remix-ide/ci/lint.sh index f2689ef595..56f8f70c56 100755 --- a/apps/remix-ide/ci/lint.sh +++ b/apps/remix-ide/ci/lint.sh @@ -13,7 +13,7 @@ KEYS=$(jq -r '.projects | keys | map(. + ".js") ' workspace.json | tr -d '[],"' then echo ${row} fi -done) | circleci tests split | { while read i; do echo ${i%.js}; done } +done) | circleci tests split | { while read i; npm run lint ${i%.js}; done } echo "$TEST_EXITCODE" if [ "$TEST_EXITCODE" -eq 1 ]