build!: remove bundled ESM/UMD support

This commit is contained in:
metonym 2024-08-20 06:53:02 -07:00
commit b2acb231a1
7 changed files with 3 additions and 217 deletions

View file

@ -17,7 +17,6 @@ jobs:
- name: Install dependencies, build, test, and lint the codebase
run: |
npm install
npm run build:lib
npm run test:types
npm run lint