diff --git a/.circleci/config.yml b/.circleci/config.yml index fcc33e4bf1..b536dbeb24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,12 +12,12 @@ jobs: - checkout - restore_cache: keys: - - v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }} - - v1-vue-{{ .Branch }}- - - v1-vue- + - v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }} + - v1-vue-cli-{{ .Branch }}- + - v1-vue-cli - run: yarn - save_cache: - key: v1-vue-{{ .Branch }}-{{ checksum "yarn.lock" }} + key: v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }} paths: - node_modules/ - ~/.cache