Skip to content

Commit

Permalink
add build step to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Hob Adams committed Jul 4, 2024
1 parent 4854d0b commit 2ca7efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
cache: 'pnpm'

- run: pnpm install
- run: pnpm run build
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 2ca7efa

Please sign in to comment.