ci: 💚 Run bun install when publishing JSR package

This commit is contained in:
Jesse Wierzbinski 2024-06-07 23:00:27 -10:00
parent d01ed19a66
commit 16fe6118bf
No known key found for this signature in database

View file

@ -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