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 393693a commit 8dffd86Copy full SHA for 8dffd86
package.json
@@ -5,7 +5,7 @@
5
"private": true,
6
"scripts": {
7
"build": "NODE_OPTIONS=\"--max-old-space-size=4096\" yarn build:deps && yarn build:prod",
8
- "build:prod": "NODE_OPTIONS=\"--max-old-space-size=4096\" lerna run build --scope homepage --stream && lerna run build --scope app --stream && gulp",
+ "build:prod": "NODE_OPTIONS=\"--max-old-space-size=3072\" lerna run build --scope homepage --stream && lerna run build --scope app --stream && gulp",
9
"build:embed": "lerna run build:embed --scope app --stream && gulp",
10
"build:clean": "lerna run build:clean --scope app --scope homepage && rimraf www",
11
"build:deps": "lerna run build:dev --scope codesandbox-api --scope @codesandbox/notifications && lerna run build:dev --scope @codesandbox/common && lerna run build:dev --scope vscode-textmate --scope codesandbox-browserfs --scope node-services && lerna run build:dev --scope sse-hooks",
0 commit comments