Skip to content

Commit

Permalink
fix(ci): Ensure dist is built for JSR publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Mar 13, 2024
1 parent 78081e8 commit 42b5f6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

- name: Publish to JSR
run: npx jsr publish
run: |
npm run build
npx jsr publish
if: ${{ steps.release.outputs.release_created }}

# Tweets out release announcement
Expand Down

0 comments on commit 42b5f6a

Please sign in to comment.