Skip to content

Commit

Permalink
ci: add build on changeset workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Mar 1, 2023
1 parent 8f85c55 commit c8dd881
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 @@ -37,6 +37,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build

- name: Create Release Pull Request
uses: changesets/action@v1
with:
Expand Down

0 comments on commit c8dd881

Please sign in to comment.