Skip to content

Commit

Permalink
build!: remove bundled ESM/UMD support
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Nov 10, 2024
1 parent 76d8219 commit 4551dcf
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 282 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lib
node_modules
.DS_Store
.vscode
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/lib
/css
/types
.svelte-kit
Expand Down
Loading

0 comments on commit 4551dcf

Please sign in to comment.