chore: Reorder verification step in publish workflow for clarity

This commit is contained in:
Huakun Shen 2025-02-07 00:39:50 -05:00
parent 1655e56437
commit 589374e06a
No known key found for this signature in database

View File

@ -17,9 +17,9 @@ jobs:
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Verify Package
run: bunx kksh@latest verify --publish
- name: Build
run: bun run build
- name: Verify Package
run: bunx kksh@latest verify --publish
- name: Publish package
run: npx jsr publish