Skip to content

Commit b6ea1a9

Browse files
committed
Bump build memory
1 parent 9af7a00 commit b6ea1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
108108
},
109109
"scripts": {
110-
"build": "npm run version-check && node ./scripts/rollup/build.js",
110+
"build": "npm run version-check && node --max-old-space-size=8192 ./scripts/rollup/build.js",
111111
"flow-coverage": "flow-coverage-report --config ./.flowcoverage",
112112
"linc": "node ./scripts/tasks/linc.js",
113113
"lint": "node ./scripts/tasks/eslint.js",

0 commit comments

Comments
 (0)