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