Skip to content

Commit

Permalink
Merge branch 'main' into publish-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Mar 22, 2022
2 parents ed2e74c + 8182dab commit 9745804
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
- name: Build 🔧
run: |
npm run compile
# run additional compilation variants
npx lerna run compile
- name: Unit tests
run: npm run test:browser
Expand Down Expand Up @@ -111,6 +113,8 @@ jobs:
- name: Build 🔧
run: |
npm run compile
# run additional compilation variants
npx lerna run compile
- name: Unit tests
run: npm run test:webworker
Expand Down Expand Up @@ -192,6 +196,8 @@ jobs:
working-directory: experimental
run: |
npm run compile
# run additional compilation variants
npx lerna run compile
- name: Unit tests
working-directory: experimental
Expand Down Expand Up @@ -231,6 +237,8 @@ jobs:
working-directory: experimental
run: |
npm run compile
# run additional compilation variants
npx lerna run compile
- name: Unit tests
working-directory: experimental
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.es5.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "es5"
"target": "es5",
"downlevelIteration": true
}
}

0 comments on commit 9745804

Please sign in to comment.