mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
build(workflow): update install dependencies step
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user