File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Index: code-editor-src/package.json
22===================================================================
33--- code-editor-src.orig/package.json
44+++ code-editor-src/package.json
5+ @@ -34,7 +34,7 @@
6+ "watch-extensionsd": "deemon npm run watch-extensions",
7+ "kill-watch-extensionsd": "deemon --kill npm run watch-extensions",
8+ "precommit": "node build/hygiene.ts",
9+ - "gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
10+ + "gulp": "DISABLE_MANGLE=true NODE_OPTIONS=\"${NODE_OPTIONS:---max-old-space-size=8192}\" node ./node_modules/gulp/bin/gulp.js",
11+ "electron": "node build/lib/electron.ts",
12+ "7z": "7z",
13+ "update-grammars": "node build/npm/update-all-grammars.ts",
514@@ -78,10 +78,10 @@
615 "@vscode/deviceid": "^0.1.1",
716 "@vscode/iconv-lite-umd": "0.7.1",
You can’t perform that action at this time.
0 commit comments