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

View file

@ -18,7 +18,7 @@ jobs:
- name: Build
run: |
npm install
npm run build:docs & npm run build:lib
npm run build:docs
- name: Publish package (stable)
if: ${{ ! contains(github.ref, '-next') }}
env: