Skip to content

Commit

Permalink
chore(deps-dev): use culls to prune package.json (#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 25, 2024
1 parent 6817892 commit 1a0a744
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
Binary file added bun.lockb
Binary file not shown.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"carbon-components": "10.58.12",
"carbon-icons-svelte": "^12.1.0",
"carbon-preprocess-svelte": "^0.11.7",
"culls": "^0.1.1",
"jsdom": "^25.0.1",
"postcss": "^8.4.16",
"prettier": "^3.3.3",
Expand Down
25 changes: 0 additions & 25 deletions scripts/build-package.js

This file was deleted.

0 comments on commit 1a0a744

Please sign in to comment.