Skip to content

Commit

Permalink
build(package): prune unrelated metadata for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 21, 2024
1 parent 8054712 commit ab513f8
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 @@ -26,6 +26,9 @@ jobs:
- name: Build package
run: bun run package

- 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 @@ -40,6 +40,7 @@
"@types/bun": "^1.1.14",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.10",
"culls": "^0.1.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^4.2.19",
Expand Down

0 comments on commit ab513f8

Please sign in to comment.