Skip to content

Commit

Permalink
chore(#211): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Mar 7, 2022
1 parent 2be69f2 commit a8b762b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a8b762b

Please sign in to comment.