From 0954fcb30a1b13fb530c8f230462249d70890858 Mon Sep 17 00:00:00 2001 From: Alireza Date: Tue, 6 Jun 2023 17:17:26 -0400 Subject: [PATCH] chore(build): persiste the workspace (#3448) --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 873d20fbfdb..aadc753e933 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -179,11 +179,10 @@ jobs: root: ~/repo paths: - platform/app/dist + - Dockerfile - version.txt - commit.txt - version.json - - netlify.toml - - .netlify # DEPLOY_TO_DEV: # docker: @@ -248,6 +247,8 @@ jobs: NPM_PUBLISH: <<: *defaults steps: + - attach_workspace: + at: ~/repo - run: yarn -v # Checkout code and ALL Git Tags - checkout: