diff --git a/.circleci/config.yml b/.circleci/config.yml index 23fbb6228b..8e260fafa1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -135,9 +135,9 @@ commands: keys: # Find a cache corresponding to this specific package-lock.json checksum # when this file is changed, this key will fail - - v1-npm-deps-{{ checksum "UI/yarn.lock" }} + - v1-yarn-deps-{{ checksum "UI/yarn.lock" }} # Find the most recently generated cache used from any branch - - v1-npm-deps- + - v1-yarn-deps- - run: name: Make JS + README @@ -147,7 +147,7 @@ commands: make readme - save_cache: - key: v1-npm-deps-{{ checksum "UI/yarn.lock" }} + key: v1-yarn-deps-{{ checksum "UI/yarn.lock" }} paths: - UI/node_modules