Skip to content

Commit

Permalink
build: don't rebuild electron dependencies at release
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb committed Feb 22, 2021
1 parent 33a54f4 commit c064dd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ if (TEST_BUILD || gitTag) {
},
publish: 'github',
artifactName,
npmRebuild: false,
files: [
'**/*'
]
Expand All @@ -112,7 +113,7 @@ if (TEST_BUILD || gitTag) {
console.log('Packing success.');
})
.catch((error) => {
console.error(`${error}`);
console.error(error);
process.exit(1);
})
} else {
Expand Down

0 comments on commit c064dd6

Please sign in to comment.