@@ -32,16 +32,16 @@ jobs:
32
32
- uses : actions/checkout@v2
33
33
34
34
- name : Remove v11
35
- run : bit remove angular-v11 -s -f
35
+ run : bit remove angular-v11 -s -f --log
36
36
37
37
- name : Remove v10
38
- run : bit remove angular-v10 -s -f
38
+ run : bit remove angular-v10 -s -f --log
39
39
40
40
- name : Remove v9
41
- run : bit remove angular-v9 -s -f
41
+ run : bit remove angular-v9 -s -f --log
42
42
43
43
- name : Remove v8
44
- run : bit remove angular-v8 -s -f
44
+ run : bit remove angular-v8 -s -f --log
45
45
46
46
- name : Add example app
47
47
run : bit add examples/demo-lib-v12
@@ -87,30 +87,30 @@ jobs:
87
87
- uses : actions/checkout@v2
88
88
89
89
- name : Remove v12
90
- run : bit remove angular-v12 -s -f
90
+ run : bit remove angular-v12 -s -f --log
91
91
92
92
- name : Remove v10
93
- run : bit remove angular-v10 -s -f
93
+ run : bit remove angular-v10 -s -f --log
94
94
95
95
- name : Remove v9
96
- run : bit remove angular-v9 -s -f
96
+ run : bit remove angular-v9 -s -f --log
97
97
98
98
- name : Remove v8
99
- run : bit remove angular-v8 -s -f
99
+ run : bit remove angular-v8 -s -f --log
100
100
101
101
- name : Add example app
102
- run : bit add examples/demo-lib-v11
102
+ run : bit add examples/demo-lib-v11 --log
103
103
104
104
- name : Install dependencies
105
- run : bit install
105
+ run : bit install --log
106
106
107
107
# Compile the aspects
108
108
- name : Bit compile aspects
109
109
run : bit compile ng-packagr angular-eslint-config angular angular-v11 --log
110
110
111
111
# Run bit link to regenerate the package.json of the example component
112
112
- name : Bit link
113
- run : bit link
113
+ run : bit link --log
114
114
115
115
# Compile the example component
116
116
- name : Bit compile example
@@ -142,30 +142,30 @@ jobs:
142
142
- uses : actions/checkout@v2
143
143
144
144
- name : Remove v12
145
- run : bit remove angular-v12 -s -f
145
+ run : bit remove angular-v12 -s -f --log
146
146
147
147
- name : Remove v11
148
- run : bit remove angular-v11 -s -f
148
+ run : bit remove angular-v11 -s -f --log
149
149
150
150
- name : Remove v9
151
- run : bit remove angular-v9 -s -f
151
+ run : bit remove angular-v9 -s -f --log
152
152
153
153
- name : Remove v8
154
- run : bit remove angular-v8 -s -f
154
+ run : bit remove angular-v8 -s -f --log
155
155
156
156
- name : Add example app
157
- run : bit add examples/demo-lib-v10
157
+ run : bit add examples/demo-lib-v10 --log
158
158
159
159
- name : Install dependencies
160
- run : bit install
160
+ run : bit install --log
161
161
162
162
# Compile the aspects
163
163
- name : Bit compile aspects
164
164
run : bit compile ng-packagr angular-eslint-config angular angular-v10 --log
165
165
166
166
# Run bit link to regenerate the package.json of the example component
167
167
- name : Bit link
168
- run : bit link
168
+ run : bit link --log
169
169
170
170
# Compile the example component
171
171
- name : Bit compile example
@@ -197,30 +197,30 @@ jobs:
197
197
- uses : actions/checkout@v2
198
198
199
199
- name : Remove v12
200
- run : bit remove angular-v12 -s -f
200
+ run : bit remove angular-v12 -s -f --log
201
201
202
202
- name : Remove v11
203
- run : bit remove angular-v11 -s -f
203
+ run : bit remove angular-v11 -s -f --log
204
204
205
205
- name : Remove v10
206
- run : bit remove angular-v10 -s -f
206
+ run : bit remove angular-v10 -s -f --log
207
207
208
208
- name : Remove v8
209
- run : bit remove angular-v8 -s -f
209
+ run : bit remove angular-v8 -s -f --log
210
210
211
211
- name : Add example app
212
- run : bit add examples/demo-lib-v9
212
+ run : bit add examples/demo-lib-v9 --log
213
213
214
214
- name : Install dependencies
215
- run : bit install
215
+ run : bit install --log
216
216
217
217
# Compile the aspects
218
218
- name : Bit compile aspects
219
219
run : bit compile ng-packagr angular-eslint-config angular angular-v9 --log
220
220
221
221
# Run bit link to regenerate the package.json of the example component
222
222
- name : Bit link
223
- run : bit link
223
+ run : bit link --log
224
224
225
225
# Compile the example component
226
226
- name : Bit compile example
@@ -252,30 +252,30 @@ jobs:
252
252
- uses : actions/checkout@v2
253
253
254
254
- name : Remove v12
255
- run : bit remove angular-v12 -s -f
255
+ run : bit remove angular-v12 -s -f --log
256
256
257
257
- name : Remove v11
258
- run : bit remove angular-v11 -s -f
258
+ run : bit remove angular-v11 -s -f --log
259
259
260
260
- name : Remove v10
261
- run : bit remove angular-v10 -s -f
261
+ run : bit remove angular-v10 -s -f --log
262
262
263
263
- name : Remove v9
264
- run : bit remove angular-v9 -s -f
264
+ run : bit remove angular-v9 -s -f --log
265
265
266
266
- name : Add example app
267
- run : bit add examples/demo-lib-v8
267
+ run : bit add examples/demo-lib-v8 --log
268
268
269
269
- name : Install dependencies
270
- run : bit install
270
+ run : bit install --log
271
271
272
272
# Compile the aspects
273
273
- name : Bit compile aspects
274
274
run : bit compile ng-packagr angular-eslint-config angular angular-v8 --log
275
275
276
276
# Run bit link to regenerate the package.json of the example component
277
277
- name : Bit link
278
- run : bit link
278
+ run : bit link --log
279
279
280
280
# Compile the example component
281
281
- name : Bit compile example
0 commit comments