Skip to content

Commit

Permalink
chore(deps-dev): add culls to prune package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 20, 2025
1 parent 7022b38 commit 09fdda6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Prune package.json
run: bun run build:prune-package
run: bunx culls --preserve=svelte

- name: Publish package
env:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"scripts": {
"dev": "rollup -cw",
"build:prune-package": "bun scripts/prune-package.ts",
"test": "svelte-check --workspace tests"
},
"dependencies": {
Expand All @@ -35,6 +34,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@types/bun": "^1.1.17",
"culls": "^0.1.1",
"svelte": "^4.2.19",
"svelte-check": "^4.1.4",
"svelte-readme": "^3.6.3",
Expand Down
9 changes: 0 additions & 9 deletions scripts/prune-package.ts

This file was deleted.

0 comments on commit 09fdda6

Please sign in to comment.