chore: more memory for gatsby build

Luke Karrys committed Sep 7, 2023 at 19:04 UTC a0c1dc34ef9453ffa9dac2107c46f0b245a47b75
1 file changed +1 -1
package.json
+1 -1
@@ -8,7 +8,7 @@
8 "private": true,
9 "scripts": {
10 "develop": "gatsby develop",
11 - "build": "NODE_OPTIONS=--max-old-space-size=5376 gatsby build",
11 + "build": "NODE_OPTIONS=--max-old-space-size=7168 gatsby build",
12 "serve": "gatsby serve",
13 "lint": "eslint \"**/*.js\"",
14 "postlint": "template-oss-check",