Skip to content

Commit

Permalink
Update jsr-publish.yml
Browse files Browse the repository at this point in the history
install npm packages first
  • Loading branch information
sohamjaiswal authored May 22, 2024
1 parent eac100e commit 2d9ccf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit 2d9ccf0

Please sign in to comment.