Skip to content

Commit

Permalink
Ci/run prepublish scripts (#6)
Browse files Browse the repository at this point in the history
* ci: run prepublish scripts

* ci: use different method for brunch detection

* ci: fix release workflow

* ci: setup path to vitest config
  • Loading branch information
Wroud authored Sep 7, 2024
1 parent bb2b471 commit 57ab590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
uses: davelosert/vitest-coverage-report-action@v2
with:
json-summary-compare-path: coverage-main/coverage-summary.json
vite-config-path: ${working-directory}/packages/tests-runner/vite[st].config.{t|mt|ct|j|mj|cj}s
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Run tests
run: yarn test:ci

- name: Run prepublish
run: yarn workspaces foreach -A --no-private run prepublish

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 57ab590

Please sign in to comment.