Skip to content

Commit

Permalink
Bump build memory
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 13, 2018
1 parent 9af7a00 commit b6ea1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
},
"scripts": {
"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",
"flow-coverage": "flow-coverage-report --config ./.flowcoverage",
"linc": "node ./scripts/tasks/linc.js",
"lint": "node ./scripts/tasks/eslint.js",
Expand Down

0 comments on commit b6ea1a9

Please sign in to comment.