diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77c6ec6..b5c092a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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