We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d3748 commit 4775259Copy full SHA for 4775259
electron/build/template-package.json
@@ -20,6 +20,7 @@
20
"scripts": {
21
"build": "yarn download:plugins && theia build --mode development && yarn patch",
22
"build:publish": "yarn download:plugins && theia build --mode production && yarn patch",
23
+ "rebuild": "yarn theia rebuild:electron",
24
"package": "cross-env DEBUG=* && electron-builder --publish=never",
25
"package:publish": "cross-env DEBUG=* && electron-builder --publish=always",
26
"download:plugins": "theia download:plugins",
electron/packager/index.js
@@ -178,6 +178,7 @@ ${fs.readFileSync(path('..', 'build', 'package.json')).toString()}
178
//-------------------------------------------------------------------------------------------+
179
exec(`yarn --ignore-engines --network-timeout 1000000 --cwd ${path('..', 'build')}`, 'Installing dependencies');
180
exec(`yarn --ignore-engines --network-timeout 1000000 --cwd ${path('..', 'build')} build${isElectronPublish ? ':publish' : ''}`, `Building the ${productName} application`);
181
+ exec(`yarn --ignore-engines --network-timeout 1000000 --cwd ${path('..', 'build')} rebuild`, 'Rebuild native dependencies');
182
183
//------------------------------------------------------------------------------+
184
// Create a throw away dotenv file which we use to feed the builder with input. |
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments