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 4be8ed8 commit 12e0a7aCopy full SHA for 12e0a7a
package.json
@@ -105,7 +105,7 @@
105
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
106
},
107
"scripts": {
108
- "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",
109
"flow-coverage": "flow-coverage-report --config ./.flowcoverage",
110
"linc": "node ./scripts/tasks/linc.js",
111
"lint": "node ./scripts/tasks/eslint.js",
0 commit comments