Skip to content

Commit

Permalink
ci: Add install step to JSR publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Jul 15, 2024
1 parent 88b6f2a commit f432177
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
run: |
npm install
npx jsr publish

0 comments on commit f432177

Please sign in to comment.