Skip to content

Commit 12e0a7a

Browse files
committed
Bump build memory
1 parent 4be8ed8 commit 12e0a7a

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
@@ -105,7 +105,7 @@
105105
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
106106
},
107107
"scripts": {
108-
"build": "npm run version-check && node ./scripts/rollup/build.js",
108+
"build": "npm run version-check && node --max-old-space-size=8192 ./scripts/rollup/build.js",
109109
"flow-coverage": "flow-coverage-report --config ./.flowcoverage",
110110
"linc": "node ./scripts/tasks/linc.js",
111111
"lint": "node ./scripts/tasks/eslint.js",

0 commit comments

Comments
 (0)