Skip to content

Commit 48c555f

Browse files
committed
bump memory
1 parent 19a05e8 commit 48c555f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wormhole-connect/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"scripts": {
5959
"start": "vite",
6060
"build": "npm run build:lib; npm run build:hosted; npm run build:netlify",
61-
"build:lib": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8144 vite build",
62-
"build:hosted": "VITE_BUILD_HOSTED=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=6144 vite build",
63-
"build:netlify": "VITE_BUILD_NETLIFY=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=6144 vite build",
61+
"build:lib": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build",
62+
"build:hosted": "VITE_BUILD_HOSTED=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build",
63+
"build:netlify": "VITE_BUILD_NETLIFY=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build",
6464
"lint": "scripts/lint.sh",
6565
"lint:ci": "scripts/lint_ci.sh",
6666
"prettier": "prettier --write ./src",

0 commit comments

Comments
 (0)