Skip to content

Commit 2ecd821

Browse files
committed
ci: use culls to prune package.json for NPM
1 parent e6c6b04 commit 2ecd821

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/publish-to-npm.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build package
3333
run: bun run build
3434

35+
- name: Prune package
36+
run: bunx culls
37+
3538
- name: Publish package
3639
env:
3740
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

bun.lockb

359 Bytes
Binary file not shown.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@types/bun": "^1.1.12",
2929
"@types/jest": "^29.5.13",
3030
"@types/prettier": "^3.0.0",
31+
"culls": "^0.1.1",
3132
"prettier-plugin-svelte": "^3.2.7"
3233
},
3334
"bin": {

0 commit comments

Comments
 (0)