Skip to content

Commit 70d3748

Browse files
committed
Skip electron rebuild
1 parent c2e6e30 commit 70d3748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: electron/build/template-package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"build": {
5252
"productName": "Arduino IDE",
5353
"asar": false,
54+
"npmRebuild": false,
5455
"directories": {
5556
"buildResources": "resources"
5657
},
@@ -65,8 +66,7 @@
6566
"!node_modules/@theia/**/lib/*browser/*",
6667
"node_modules/@theia/core/lib/browser/*",
6768
"!node_modules/@typefox/monaco-editor-core/*",
68-
"!node_modules/oniguruma/*",
69-
"!node_modules/onigasm/*"
69+
"!node_modules/electron/**"
7070
],
7171
"extraResources": [
7272
{

0 commit comments

Comments
 (0)