Skip to content

Commit

Permalink
Ci/run prepublish scripts (#7)
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

* ci: configure github actions commit
  • Loading branch information
Wroud authored Sep 7, 2024
1 parent 57ab590 commit 0a396bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- name: Run tests
run: yarn test:ci

- run: |
git config user.name github-actions
git config user.email [email protected]
- name: Run prepublish
run: yarn workspaces foreach -A --no-private run prepublish

Expand Down

0 comments on commit 0a396bc

Please sign in to comment.