mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(deps-dev): use culls
to prune package.json (#2078)
This commit is contained in:
parent
6817892575
commit
107b77df6e
6 changed files with 13 additions and 27 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: npm run build:docs
|
||||
|
||||
- name: Prune package.json
|
||||
run: node scripts/build-package.js
|
||||
run: npx culls --preserve=svelte
|
||||
|
||||
- name: Publish package (stable)
|
||||
if: ${{ ! contains(github.ref, '-next') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue