publish: npm install -g jsr

This commit is contained in:
Alex Gleason 2024-03-18 11:45:11 -05:00
parent d7d5d30f41
commit 632184afb8
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,5 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: bunx jsr publish --allow-slow-types --allow-dirty
- run: npm install -g jsr
- run: jsr publish --allow-slow-types --allow-dirty