We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186b9d9 commit b4896b7Copy full SHA for b4896b7
.circleci/config.yml
@@ -63,18 +63,21 @@ jobs:
63
env:
64
GENERATE_SOURCEMAP: 'false'
65
REACT_APP_NODE_ENV: 'QA'
66
+ - run: mv build qa
67
- run:
68
name: build staging
69
command: yarn build
70
71
72
REACT_APP_NODE_ENV: 'STAGING'
73
+ - run: mv build staging
74
75
name: build production
76
77
78
79
REACT_APP_NODE_ENV: 'PRODUCTION'
80
+ - run: mv build production
81
- persist_to_workspace:
82
root: .
83
paths:
0 commit comments