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

@ -19,8 +19,8 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build docs and library
run: npm run build:docs & npm run build:lib
- name: Build docs
run: npm run build:docs
- name: Prune package.json
run: node scripts/build-package.js