File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828# # Run layer5.io on your local machine. Alternate method.
2929site-fast :
30- NODE_OPTIONS=--max-old-space-size=12288 gatsby develop
30+ NODE_OPTIONS=--max-old-space-size=8192 gatsby develop
3131
3232# # Build layer5.io on your local machine.
3333build :
Original file line number Diff line number Diff line change 1010 "url" : " https://layer5.io"
1111 },
1212 "scripts" : {
13- "build" : " cross-env NODE_OPTIONS=--max-old-space-size=12288 gatsby build" ,
13+ "build" : " cross-env NODE_OPTIONS=--max-old-space-size=8192 gatsby build" ,
1414 "clean" : " gatsby clean && rimraf node_modules" ,
15- "develop" : " cross-env NODE_OPTIONS=--max-old-space-size=12288 env-cmd -f .env.development gatsby develop" ,
15+ "develop" : " cross-env NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop" ,
1616 "dev" : " npm run develop" ,
1717 "start" : " npm run develop" ,
1818 "serve" : " gatsby serve" ,
You can’t perform that action at this time.
0 commit comments