Browse Source

restore cache v2 -> v1

main
Logan 6 years ago
parent
commit
7043d488e5
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -47,7 +47,7 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
- npm-v2-dependencies-{{ checksum "yarn.lock" }}
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn test:e2e - run: yarn test:e2e
workflows: workflows:

Loading…
Cancel
Save