diff --git a/.circleci/config.yml b/.circleci/config.yml index 30fb45ce7..c6374df0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,8 @@ save-npm-cache-linux: &save-npm-cache-linux paths: - ./node_modules + + restore-npm-cache-mac: &restore-npm-cache-mac name: Restore NPM cache key: node-v1-mac-{{ checksum "yarn.lock" }} @@ -202,6 +204,9 @@ commands: default: "" steps: - checkout + + - attach_workspace: + at: android - restore_cache: *restore-npm-cache-linux