Skip to content

Commit c7240a1

Browse files
committed
install deps
1 parent d6ca41f commit c7240a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_shared_js.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
version: 10
4646
- name: Install dependencies
4747
run: pnpm install --frozen-lockfile
48+
- name: Install web/common dependencies
49+
working-directory: web/common
50+
run: pnpm install --frozen-lockfile
4851
- name: Update package.json version
4952
working-directory: web/common
5053
run: |

0 commit comments

Comments
 (0)