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

Loading…
Cancel
Save