Skip to content

Commit 5a12840

Browse files
committed
Add step to install frontend dependencies in GitHub Actions workflow
1 parent 3f73f1e commit 5a12840

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ jobs:
108108
node-version: 20
109109
cache: pnpm
110110

111+
- name: Install frontend dependencies
112+
if: ${{ matrix.enabled }}
113+
run: pnpm install
114+
111115
- name: Install Rust stable
112116
if: ${{ matrix.enabled }}
113117
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)