File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,30 +32,30 @@ 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
- run : bit add examples/demo-lib-v12
47
+ run : bit add examples/demo-lib-v12 --log
48
48
49
49
- name : Install dependencies
50
- run : bit install
50
+ run : bit install --log
51
51
52
52
# Compile the aspects
53
53
- name : Bit compile aspects
54
54
run : bit compile ng-packagr angular-eslint-config angular angular-v12 --log
55
55
56
56
# Run bit link to regenerate the package.json of the example component
57
57
- name : Bit link
58
- run : bit link
58
+ run : bit link --log
59
59
60
60
# Compile the example component
61
61
- name : Bit compile example
You can’t perform that action at this time.
0 commit comments