build(workflow): update install dependencies step

This commit is contained in:
Elysia
2026-01-17 23:55:17 +08:00
parent 8cddebf39c
commit 184072d5d2

View File

@@ -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