Skip to content

Commit 610bc45

Browse files
authored
fix: use rollup to output js files (#2916)
1 parent 9c5721e commit 610bc45

18 files changed

+9013
-17027
lines changed

Diff for: .github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: npm run test:unit
3030
- name: Run Spec Tests 👩🏽‍💻
3131
run: npm run test:specs
32+
- name: Run UMD Tests 👩🏽‍💻
33+
run: npm run test:umd
34+
- name: Run Types Tests 👩🏽‍💻
35+
run: npm run test:types
3236

3337
Lint:
3438
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)