Skip to content

Commit

Permalink
fix: try to increase old-space-size
Browse files Browse the repository at this point in the history
  • Loading branch information
emielvanseveren committed Oct 5, 2024
1 parent 93a8edb commit 2a083f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"start:dev": "vite dev --port 13001 --host 0.0.0.0",
"build": "NODE_OPTIONS=--max-old-space-size=8195 vite build && tsc --noemit",
"build": "NODE_OPTIONS=--max-old-space-size=12195 vite build && tsc --noemit",
"test": "npm run test:unit",
"test:unit": "CI=true vitest",
"test:watch": "vitest --watch"
Expand Down

0 comments on commit 2a083f3

Please sign in to comment.