From a4c68b9ed6f24711e26d9dc871f64c53990de953 Mon Sep 17 00:00:00 2001 From: Ingo Wolf Date: Wed, 10 Sep 2025 16:08:13 +1000 Subject: [PATCH] add install dependencies step --- .github/workflows/beta_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/beta_deploy.yml b/.github/workflows/beta_deploy.yml index 644531e5..88adae38 100644 --- a/.github/workflows/beta_deploy.yml +++ b/.github/workflows/beta_deploy.yml @@ -24,6 +24,10 @@ jobs: with: version: 9 + - name: Install dependencies + run: | + pnpm install + - name: Build env: PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.PUBLIC_CLERK_PUBLISHABLE_KEY }}