We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4959c0 commit def5102Copy full SHA for def5102
site/package.json
@@ -6,7 +6,7 @@
6
"license": "AGPL-3.0",
7
"scripts": {
8
"postinstall": "yarn typegen",
9
- "build": "NODE_ENV=production yarn vite build",
+ "build": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 yarn vite build",
10
"check:all": "yarn format:check && yarn lint && yarn test",
11
"chromatic": "chromatic",
12
"dev": "vite",
0 commit comments