File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ running_yarn_build: &running_yarn_build
54
54
yarn install
55
55
yarn build
56
56
57
+ running_yarn_sb_build : &running_yarn_sb_build
58
+ name : Running Yarn Storybook Build
59
+ command : |
60
+ source buildenvvar
61
+ yarn sb:build
62
+
57
63
running_yarn_test : &running_yarn_test
58
64
name : Running Yarn Test Build
59
65
command : |
@@ -91,6 +97,7 @@ build_steps: &build_steps
91
97
- run : *install_deploysuite
92
98
- run : *build_configuration_fetch
93
99
- run : *running_yarn_build
100
+ - run : *running_yarn_sb_build
94
101
- persist_to_workspace : *workspace_persist
95
102
96
103
test_steps : &test_steps
@@ -144,7 +151,7 @@ jobs:
144
151
# LOGICAL_ENV: "prod"
145
152
# APPNAME: "platform-ui-mvp"
146
153
# steps: *lint_steps
147
-
154
+
148
155
build-dev :
149
156
<< : *defaults
150
157
environment :
@@ -168,7 +175,7 @@ jobs:
168
175
LOGICAL_ENV : " prod"
169
176
APPNAME : " platform-ui-mvp"
170
177
steps : *build_steps
171
-
178
+
172
179
test-dev :
173
180
<< : *test_defaults
174
181
environment :
@@ -251,7 +258,7 @@ workflows:
251
258
context : org-global
252
259
requires :
253
260
- build-dev
254
- filters :
261
+ filters :
255
262
branches :
256
263
only :
257
264
- dev
@@ -260,7 +267,7 @@ workflows:
260
267
context : org-global
261
268
requires :
262
269
- build-qa
263
- filters :
270
+ filters :
264
271
branches :
265
272
only :
266
273
- qa
@@ -276,4 +283,4 @@ workflows:
276
283
- master
277
284
278
285
- test-dev :
279
- context : org-global
286
+ context : org-global
You can’t perform that action at this time.
0 commit comments