From 406d21694e28be50176e3597c45865a88d8d960f Mon Sep 17 00:00:00 2001 From: Anant Bhasin <38764067+aKn1ghtOut@users.noreply.github.com> Date: Thu, 26 Aug 2021 09:18:40 +0000 Subject: [PATCH] workspace attachment --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6374df0d..6e439a6c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,8 +28,6 @@ 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" }} @@ -206,7 +204,7 @@ commands: - checkout - attach_workspace: - at: android + at: ./ - restore_cache: *restore-npm-cache-linux