Skip to content

Commit

Permalink
chore: build monorepo before prePublish
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-coulon committed Jul 12, 2023
1 parent 4d6c122 commit 46b09ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build monorepo
run: pnpm -r build

- name: Update and publish versions
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 46b09ba

Please sign in to comment.