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 901f0e9 commit 92714eaCopy full SHA for 92714ea
package.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"private": true,
6
"scripts": {
7
- "build": "yarn build:deps && yarn build:prod",
+ "build": "NODE_OPTIONS=\"--max-old-space-size=4096\" yarn build:deps && yarn build:prod",
8
"build:prod": "lerna run build --scope homepage --stream && lerna run build --scope app --stream && gulp",
9
"build:clean": "lerna run build:clean --scope app --scope homepage && rimraf www",
10
"build:deps": "lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs",
0 commit comments