File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 76
76
- name : Build 🔧
77
77
run : |
78
78
npm run compile
79
+ # run additional compilation variants
80
+ npx lerna run compile
79
81
80
82
- name : Unit tests
81
83
run : npm run test:browser
@@ -111,6 +113,8 @@ jobs:
111
113
- name : Build 🔧
112
114
run : |
113
115
npm run compile
116
+ # run additional compilation variants
117
+ npx lerna run compile
114
118
115
119
- name : Unit tests
116
120
run : npm run test:webworker
@@ -192,6 +196,8 @@ jobs:
192
196
working-directory : experimental
193
197
run : |
194
198
npm run compile
199
+ # run additional compilation variants
200
+ npx lerna run compile
195
201
196
202
- name : Unit tests
197
203
working-directory : experimental
@@ -231,6 +237,8 @@ jobs:
231
237
working-directory : experimental
232
238
run : |
233
239
npm run compile
240
+ # run additional compilation variants
241
+ npx lerna run compile
234
242
235
243
- name : Unit tests
236
244
working-directory : experimental
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
- "target" : " es5"
4
+ "target" : " es5" ,
5
+ "downlevelIteration" : true
5
6
}
6
7
}
You can’t perform that action at this time.
0 commit comments