Skip to content

Commit 107b77d

Browse files
committed
chore(deps-dev): use culls to prune package.json (#2078)
1 parent 6817892 commit 107b77d

File tree

6 files changed

+13
-27
lines changed

6 files changed

+13
-27
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm run build:docs
2424

2525
- name: Prune package.json
26-
run: node scripts/build-package.js
26+
run: npx culls --preserve=svelte
2727

2828
- name: Publish package (stable)
2929
if: ${{ ! contains(github.ref, '-next') }}

bun.lockb

164 KB
Binary file not shown.

docs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"carbon-components": "10.58.12",
5454
"carbon-icons-svelte": "^12.1.0",
5555
"carbon-preprocess-svelte": "^0.11.7",
56+
"culls": "^0.1.1",
5657
"jsdom": "^25.0.1",
5758
"postcss": "^8.4.16",
5859
"prettier": "^3.3.3",

scripts/build-package.js

-25
This file was deleted.

0 commit comments

Comments
 (0)