mirror of
https://github.com/kunkunsh/kunkun-ext-vscode.git
synced 2025-04-04 10:36:43 +00:00
update publish workflow to include build step before publishing
This commit is contained in:
parent
c67dde07ce
commit
c02e39749f
3
.github/workflows/jsr-publish.yml
vendored
3
.github/workflows/jsr-publish.yml
vendored
@ -20,5 +20,6 @@ jobs:
|
|||||||
bun-version: latest
|
bun-version: latest
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
run: |
|
run: |
|
||||||
bun install
|
bun install
|
||||||
|
bun run build
|
||||||
bunx jsr publish --allow-slow-types
|
bunx jsr publish --allow-slow-types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user