File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141
4242# # Empty build cache and run layer5.io on your local machine.
4343clean :
44- gatsby clean && make site
44+ npm run clean && make build
4545
4646# # Run Eslint on your local machine.
4747lint :
Original file line number Diff line number Diff line change 1111 },
1212 "scripts" : {
1313 "build" : " cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=8192 gatsby build" ,
14- "clean" : " gatsby clean && rimraf node_modules" ,
14+ "clean" : " gatsby clean" ,
15+ "clean:all" : " gatsby clean && rimraf node_modules" ,
1516 "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" ,
1617 "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" ,
1718 "dev" : " npm run develop:lite" ,
You can’t perform that action at this time.
0 commit comments