update publish workflow to include build step before publishing

This commit is contained in:
Huakun Shen 2025-01-18 04:18:48 -05:00
parent c67dde07ce
commit c02e39749f
No known key found for this signature in database

View File

@ -20,5 +20,6 @@ jobs:
bun-version: latest
- name: Publish package
run: |
bun install
bun install
bun run build
bunx jsr publish --allow-slow-types