Skip to content

Commit 58e1135

Browse files
authored
feat: add esbuild compatability tests (#125)
1 parent a9718b0 commit 58e1135

File tree

5 files changed

+3441
-2081
lines changed

5 files changed

+3441
-2081
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
run: npm run lint
2727
- name: Tests
2828
run: npm run test
29+
- name: Test esbuild compatability
30+
run: npm run test:esbuild
2931
- name: Typecheck
3032
run: npm run typecheck

0 commit comments

Comments
 (0)