Skip to content

Commit

Permalink
What version of eslint is running?
Browse files Browse the repository at this point in the history
  • Loading branch information
kefo committed Oct 29, 2020
1 parent a6f6e84 commit 2ca7583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
# fallback to using the latest cache if no exact match is found
# - v1-dependencies-

- run: yarn install && yarn upgrade
- run: yarn install

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: pwd && ls -la && yarn run lint
- run: eslint --version && yarn run lint

0 comments on commit 2ca7583

Please sign in to comment.