From 184072d5d212953647c79236ee57533b7ffcd9fa Mon Sep 17 00:00:00 2001 From: Elysia Date: Sat, 17 Jan 2026 23:55:17 +0800 Subject: [PATCH] build(workflow): update install dependencies step --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb60c2c6..3c0c52c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,10 @@ jobs: node-version: 20.x - name: Install Dependencies - run: npm install + run: | + npm install --production + npm install electron-app-universal-protocol-client + npm install - name: Build Release Files run: npm run build