Skip to content

Commit b4896b7

Browse files
committed
Ensure all three builds are persisted to workspace
1 parent 186b9d9 commit b4896b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,21 @@ jobs:
6363
env:
6464
GENERATE_SOURCEMAP: 'false'
6565
REACT_APP_NODE_ENV: 'QA'
66+
- run: mv build qa
6667
- run:
6768
name: build staging
6869
command: yarn build
6970
env:
7071
GENERATE_SOURCEMAP: 'false'
7172
REACT_APP_NODE_ENV: 'STAGING'
73+
- run: mv build staging
7274
- run:
7375
name: build production
7476
command: yarn build
7577
env:
7678
GENERATE_SOURCEMAP: 'false'
7779
REACT_APP_NODE_ENV: 'PRODUCTION'
80+
- run: mv build production
7881
- persist_to_workspace:
7982
root: .
8083
paths:

0 commit comments

Comments
 (0)