We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a5fb7 commit 06ccacaCopy full SHA for 06ccaca
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"url": "https://layer5.io"
11
},
12
"scripts": {
13
- "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 gatsby build",
+ "build": "cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=8192 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",
16
"develop:lite": "cross-env BUILD_FULL_SITE=false NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop",
0 commit comments