Skip to content

Commit

Permalink
update release to run tests before starting a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Oct 9, 2024
1 parent 65e5cc1 commit 160d2d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Build
run: pnpm build

- name: Run Tests
run: pnpm -w run tests

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 160d2d1

Please sign in to comment.