mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
build: 修改依赖安装步骤,移除 electron-app-universal-protocol-client 直接安装,改为通过 devDependencies 安装
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -45,7 +45,8 @@ jobs:
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
npm install --build-from-source=electron-app-universal-protocol-client
|
||||
npm install
|
||||
npm install -D electron-app-universal-protocol-client
|
||||
|
||||
- name: Build Release Files
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user