Skip to content

Commit c25b175

Browse files
ci(workflows/publish): add Pack package step
1 parent 3797b33 commit c25b175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Clean up package.json
3636
run: bun run clean-pakage-json
3737

38+
- name: Pack package
39+
run: npm pack
40+
3841
- name: Publish package
3942
env:
4043
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)