Skip to content

Commit 79c2c41

Browse files
committed
Bump the heap size
1 parent 1ce0613 commit 79c2c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/code-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"scripts": {
7070
"analyze": "source-map-explorer build/assets/*.js --no-border-checks",
7171
"start": "vite",
72-
"build": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
72+
"build": "NODE_OPTIONS='--max-old-space-size=6144' vite build",
7373
"preview": "vite preview",
7474
"update-licenses": "npm-license > licenses.txt"
7575
},

packages/embed-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"analyze": "source-map-explorer build/assets/*.js --no-border-checks",
4040
"start": "vite",
41-
"build": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
41+
"build": "NODE_OPTIONS='--max-old-space-size=6144' vite build",
4242
"preview": "vite preview"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)