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 4fda84a commit 02ca9c7Copy full SHA for 02ca9c7
package.json
@@ -11,7 +11,7 @@
11
},
12
"main": "packages/main/dist/index.cjs",
13
"scripts": {
14
- "build": "node scripts/build.js",
+ "build": "node --max_old_space_size=8192 scripts/build.js",
15
"precompile": "cross-env MODE=production npm run build",
16
"compile": "electron-builder build --config .electron-builder.config.js --dir --config.asar=false",
17
"pretest": "npm run build",
0 commit comments