diff --git a/.circleci/config.yml b/.circleci/config.yml index aa8c67d..2912550 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,8 +23,6 @@ jobs: - restore_cache: keys: - v1-dependencies-{{ checksum "yarn.lock" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - run: yarn install