Browse Source

added yarn cache

pull/2/head
Neel Coffin 6 years ago
parent
commit
32a13c5420
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -17,6 +17,8 @@ jobs:
- ./node_modules
lint:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- restore_cache:
@ -27,6 +29,8 @@ jobs:
name: save yarn package cache
key: yarn-packages-v2{{ checksum "yarn.lock" }}
unit-test:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save