diff --git a/.circleci/config.yml b/.circleci/config.yml index 0778f7b..6053f15 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,6 +9,4 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn install - - restore_cache: - keys: - - m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + \ No newline at end of file