Skip to content

Commit

Permalink
actions: install again after build
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1a committed Jul 11, 2023
1 parent 05b2fa9 commit 398e6c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ runs:
shell: bash
run: pnpm turbo run build --cache-dir=.turbo --concurrency 10

- name: Install node dependencies again to update workspace binaries
shell: bash
run: pnpm install --frozen-lockfile

- name: Outdated files, run `pnpm build` and commit them
uses: ./.github/actions/require-empty-diff

0 comments on commit 398e6c0

Please sign in to comment.