Skip to content

Commit

Permalink
chore: use culls to prune package.json (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Dec 16, 2024
1 parent 789c359 commit 6184974
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"index:components": "bun scripts/index-components.ts",
"build": "bun --bun tsc -p tsconfig.build.json",
"build:prune-package": "bun scripts/prune-package.ts",
"build:prune-package": "bunx culls",
"test": "bun test",
"test:e2e": "bun tests/test-e2e.ts",
"format": "bun --bun prettier --write . --cache",
Expand All @@ -25,6 +25,7 @@
"@types/bun": "latest",
"@types/jest": "latest",
"carbon-components-svelte": "0.87.0",
"culls": "latest",
"prettier": "latest",
"svelte": "^5.10.0",
"typescript": "latest",
Expand Down
12 changes: 0 additions & 12 deletions scripts/prune-package.ts

This file was deleted.

0 comments on commit 6184974

Please sign in to comment.