From a8b762b4ed79344002cc1f0af0d4dc1e857ae167 Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Mon, 7 Mar 2022 15:17:13 +1100 Subject: [PATCH] chore(#211): update workflow --- .circleci/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 586b86bfc..3cb7dcc58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,19 +11,12 @@ jobs: steps: - checkout - - run: - name: Install Codecov - command: yarn add codecov - - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if no exact match is found. - v1-dependencies- - - run: npm config get ignore-scripts - - run: npm config set ignore-scripts false - - run: yarn install - run: name: Build component @@ -45,6 +38,10 @@ jobs: - attach_workspace: at: ~/repo + - run: + name: Install Codecov + command: yarn add codecov + - run: name: Run lint command: yarn lint --format ./node_modules/eslint-junit/index.js