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 9af7a00 commit b6ea1a9Copy full SHA for b6ea1a9
package.json
@@ -107,7 +107,7 @@
107
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
108
},
109
"scripts": {
110
- "build": "npm run version-check && node ./scripts/rollup/build.js",
+ "build": "npm run version-check && node --max-old-space-size=8192 ./scripts/rollup/build.js",
111
"flow-coverage": "flow-coverage-report --config ./.flowcoverage",
112
"linc": "node ./scripts/tasks/linc.js",
113
"lint": "node ./scripts/tasks/eslint.js",
0 commit comments