From 359435522e41d16ffc674263db83143fead74828 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 12 Nov 2021 20:00:32 +0100 Subject: [PATCH] npm lint --- apps/remix-ide/ci/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]