Browse Source

add restore cache

pull/1/merge
Galimede 6 years ago
parent
commit
b95d1071fa
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -13,8 +13,12 @@ jobs:
paths: paths:
- ~/.cache/yarn - ~/.cache/yarn
check_format: check_format:
docker:
- image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
- restore_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
- run : yarn lint && yarn format:check - run : yarn lint && yarn format:check
workflows: workflows:

Loading…
Cancel
Save