Skip to content

Commit

Permalink
ci: prune package.json before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 16, 2024
1 parent 71f49de commit cb5ad52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Build package
run: bun run prepack

- name: Prune package
run: bunx culls --preserve=svelte

- name: Publish package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@carbon/icons": "11.52.0",
"@carbon/icons-11.31": "npm:@carbon/icons@~11.31.0",
"@types/bun": "latest",
"culls": "^0.1.1",
"svelte": "^5.1.13",
"typescript": "latest"
},
Expand Down

0 comments on commit cb5ad52

Please sign in to comment.