build!: remove bundled ESM/UMD support

This commit is contained in:
metonym 2024-08-20 06:53:02 -07:00 committed by Eric Liu
commit 066fea5180
7 changed files with 4 additions and 282 deletions

View file

@ -17,9 +17,6 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build the codebase
run: npm run build:lib
- name: Test generated source types
run: npm run test:src-types