We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd449b commit 59e05eeCopy full SHA for 59e05ee
1 file changed
package.json
@@ -10,9 +10,9 @@
10
"url": "https://layer5.io"
11
},
12
"scripts": {
13
- "build": "cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=8192 gatsby build",
+ "build": "cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=16384 gatsby build",
14
"clean": "gatsby clean && rimraf node_modules",
15
- "develop": "cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop",
+ "develop": "cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=16384 env-cmd -f .env.development gatsby develop",
16
"develop:lite": "cross-env BUILD_FULL_SITE=false NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop",
17
"dev": "npm run develop",
18
"start": "npm run develop",
0 commit comments