diff --git a/.circleci/config.yml b/.circleci/config.yml index e50824b..c2bf08e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ No newline at end of file