diff --git a/.circleci/config.yml b/.circleci/config.yml index 56cc66b..6ed43fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,5 +15,5 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn install - - save_cache: + - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file