File tree Expand file tree Collapse file tree 1 file changed +0
-55
lines changed Expand file tree Collapse file tree 1 file changed +0
-55
lines changed Original file line number Diff line number Diff line change 91
91
- *restore_node_modules
92
92
- run : node ./scripts/tasks/flow-ci
93
93
94
- RELEASE_CHANNEL_stable_yarn_build :
95
- docker : *docker
96
- environment : *environment
97
- parallelism : *TEST_PARALLELISM
98
- steps :
99
- - checkout
100
- - run : yarn workspaces info | head -n -1 > workspace_info.txt
101
- - *restore_node_modules
102
- - run :
103
- environment :
104
- RELEASE_CHANNEL : stable
105
- command : |
106
- ./scripts/circleci/add_build_info_json.sh
107
- ./scripts/circleci/update_package_versions.sh
108
- yarn build
109
- - run : echo "stable" >> build/RELEASE_CHANNEL
110
- - persist_to_workspace :
111
- root : build
112
- paths :
113
- - RELEASE_CHANNEL
114
- - facebook-www
115
- - facebook-react-native
116
- - facebook-relay
117
- - node_modules
118
- - react-native
119
- - dist
120
- - sizes/*.json
121
-
122
- yarn_build :
123
- docker : *docker
124
- environment : *environment
125
- parallelism : 20
126
- steps :
127
- - checkout
128
- - run : yarn workspaces info | head -n -1 > workspace_info.txt
129
- - *restore_node_modules
130
- - run :
131
- environment :
132
- RELEASE_CHANNEL : experimental
133
- command : |
134
- ./scripts/circleci/add_build_info_json.sh
135
- ./scripts/circleci/update_package_versions.sh
136
- yarn build
137
- - run : echo "experimental" >> build/RELEASE_CHANNEL
138
- - persist_to_workspace :
139
- root : build
140
- paths :
141
- - RELEASE_CHANNEL
142
- - facebook-www
143
- - facebook-react-native
144
- - facebook-relay
145
- - node_modules
146
- - react-native
147
- - dist
148
- - sizes/*.json
149
94
150
95
yarn_build_combined :
151
96
docker : *docker
You can’t perform that action at this time.
0 commit comments