Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 3, 2023
1 parent 7f688ca commit 48b8d1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ runs:
- name: 'Install dependencies'
shell: 'bash'
run: pnpm install
# TODO: use https://github.com/NullVoxPopuli/pnpm-sync-dependencies-meta-injected
- name: build
shell: 'bash'
run: pnpm build
- name: force re-linking
shell: 'bash'
run: pnpm i -f

0 comments on commit 48b8d1d

Please sign in to comment.