File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 "url" : " https://layer5.io"
1111 },
1212 "scripts" : {
13- "build" : " cross-env BUILD_FULL_SITE=true NODE_OPTIONS=' --max-old-space-size=8192' gatsby build" ,
13+ "build" : " cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=8192 gatsby build" ,
1414 "clean" : " gatsby clean" ,
1515 "clean:all" : " gatsby clean && rimraf node_modules" ,
16- "develop" : " cross-env BUILD_FULL_SITE=true GATSBY_CPU_COUNT=4 SHARP_CONCURRENCY=4 UV_THREADPOOL_SIZE=4 NODE_OPTIONS=' --max-old-space-size=8192' env-cmd -f .env.development gatsby develop" ,
17- "develop:lite" : " cross-env BUILD_FULL_SITE=false LITE_BUILD_PROFILE=core GATSBY_CPU_COUNT=4 SHARP_CONCURRENCY=4 UV_THREADPOOL_SIZE=4 NODE_OPTIONS=' --max-old-space-size=8192' env-cmd -f .env.development gatsby develop" ,
16+ "develop" : " cross-env BUILD_FULL_SITE=true GATSBY_CPU_COUNT=4 SHARP_CONCURRENCY=4 UV_THREADPOOL_SIZE=4 NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop" ,
17+ "develop:lite" : " cross-env BUILD_FULL_SITE=false LITE_BUILD_PROFILE=core GATSBY_CPU_COUNT=4 SHARP_CONCURRENCY=4 UV_THREADPOOL_SIZE=4 NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop" ,
1818 "dev" : " npm run develop:lite" ,
1919 "start" : " npm run develop:lite" ,
2020 "start:full" : " npm run develop" ,
You can’t perform that action at this time.
0 commit comments