Skip to content

Commit

Permalink
Increase Node memory requirement again
Browse files Browse the repository at this point in the history
  • Loading branch information
Spenhouet committed Jun 14, 2023
1 parent 29805f7 commit 961e31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "vite dev",
"build": "NODE_OPTIONS='--max-old-space-size=16384' vite build",
"build-silent": "NODE_OPTIONS='--max-old-space-size=12288' vite build --debug=false --logLevel=silent",
"build-silent": "NODE_OPTIONS='--max-old-space-size=16384' vite build --debug=false --logLevel=silent",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down

0 comments on commit 961e31b

Please sign in to comment.