mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
build!: remove bundled ESM/UMD support
This commit is contained in:
parent
09e395c621
commit
b2acb231a1
7 changed files with 3 additions and 217 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue