mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 16:38:20 +01:00
ci: 💚 Run bun install when publishing JSR package
This commit is contained in:
parent
d01ed19a66
commit
16fe6118bf
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -57,4 +57,4 @@ jobs:
|
|||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Publish to JSR
|
||||
run: cd ${{ github.event.inputs.package }} && bunx jsr publish --allow-slow-types --allow-dirty
|
||||
run: cd ${{ github.event.inputs.package }} && bun install --frozen-lockfile && bunx jsr publish --allow-slow-types --allow-dirty
|
||||
|
|
|
|||
Loading…
Reference in a new issue