Skip to content

Commit

Permalink
chore: more memory for gatsby build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Sep 8, 2023
1 parent a699257 commit a0c1dc3
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 @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"develop": "gatsby develop",
"build": "NODE_OPTIONS=--max-old-space-size=5376 gatsby build",
"build": "NODE_OPTIONS=--max-old-space-size=7168 gatsby build",
"serve": "gatsby serve",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
Expand Down

0 comments on commit a0c1dc3

Please sign in to comment.