Skip to content

Commit

Permalink
give gatsby more RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen committed Feb 15, 2019
1 parent df8d198 commit 4423c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"gatsby"
],
"scripts": {
"docbuild": "node build/copyDocs.js && gatsby build",
"pr-build": "node build/copyDocs.js && gatsby build --verbose --prefix-paths",
"docbuild": "node build/copyDocs.js && env NODE_OPTIONS=--max_old_space_size=4096 gatsby build",
"pr-build": "node build/copyDocs.js && env NODE_OPTIONS=--max_old_space_size=4096 gatsby build --verbose --prefix-paths",
"develop": "gatsby develop"
},
"browserslist": [
Expand Down

0 comments on commit 4423c27

Please sign in to comment.