mirror of
https://github.com/kunkunsh/kunkun-ext-vscode.git
synced 2025-04-03 18:16:42 +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
|
||||
- name: Publish package
|
||||
run: |
|
||||
bun install
|
||||
bun install
|
||||
bun run build
|
||||
bunx jsr publish --allow-slow-types
|
||||
|
Loading…
x
Reference in New Issue
Block a user