Skip to content

Commit

Permalink
ci: disable npm rebuild for electron build
Browse files Browse the repository at this point in the history
  • Loading branch information
bambanah committed Sep 6, 2024
1 parent 50deca0 commit b6612a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: 20
cache: pnpm

- run: pnpm install
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm dist

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm install --frozen-lockfile

- name: Create Release Pull Request or Publish
id: changesets
Expand Down
1 change: 1 addition & 0 deletions gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"appId": "app.deemix.gui",
"asar": true,
"productName": "deemix-gui",
"npmRebuild": false,
"directories": {
"output": "release"
},
Expand Down

0 comments on commit b6612a6

Please sign in to comment.