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 7569d58 commit 97eeabcCopy full SHA for 97eeabc
.circleci/config.yml
@@ -66,21 +66,21 @@ jobs:
66
- run:
67
name: build qa
68
command: yarn build
69
- env:
+ environment:
70
BUILD_PATH: 'qa'
71
GENERATE_SOURCEMAP: 'false'
72
REACT_APP_NODE_ENV: 'QA'
73
74
name: build staging
75
76
77
BUILD_PATH: 'staging'
78
79
REACT_APP_NODE_ENV: 'STAGING'
80
81
name: build production
82
83
84
BUILD_PATH: 'production'
85
86
REACT_APP_NODE_ENV: 'PRODUCTION'
0 commit comments