Skip to content

Commit

Permalink
add missing install
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 16, 2024
1 parent 9726845 commit 9d927cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prebuild-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
run_install: |
- recursive: false
- run: pnpm install --frozen-lockfile

- name: pnpm run prepack
run: pnpm run prepack

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prebuild-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
run_install: |
- recursive: false
- run: pnpm install --frozen-lockfile

- name: pnpm run prepack
run: pnpm run prepack

Expand Down

0 comments on commit 9d927cf

Please sign in to comment.