@ -5,17 +5,18 @@ jobs:
machine:
image: ubuntu-2004:202010-01
steps:
- checkout
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- npm-v1-dependencies
- run:
name: "yarn install"
command: yarn install --path install
command: yarn install
- save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- install/yarn
- node_modules