Skip to content

Commit

Permalink
fix: edit config.yml so yarn check-ts-types would not override flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Berezovsky committed Apr 15, 2020
1 parent 565b23a commit 02ae3de
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,7 @@ jobs:
keys:
- v2-yarn-dependencies-{{ checksum "yarn.lock" }}
- v2-yarn-dependencies- # fallback to latest cache if no exact match is found
- run: DEBUG=abstract:* yarn check-ts-types

lint:
docker:
- image: circleci/node:12-browsers
working_directory: ~/repo
steps:
- attach_workspace:
at: ~/repo
- restore_cache:
keys:
- v2-yarn-dependencies-{{ checksum "yarn.lock" }}
- v2-yarn-dependencies- # fallback to latest cache if no exact match is found
- run: DEBUG=abstract:* yarn lint
- run: DEBUG=abstract:* yarn lint && yarn check-ts-types

test:
docker:
Expand Down

0 comments on commit 02ae3de

Please sign in to comment.