File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ function clearBuildFile() {
2020 recursive : true ,
2121 force : true ,
2222 } )
23+ if ( existsSync ( './benchmark/next-devup-ui/.df' ) )
24+ rmSync ( './benchmark/next-devup-ui/.df' , {
25+ recursive : true ,
26+ force : true ,
27+ } )
2328}
2429
2530function checkDirSize ( path ) {
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "dev" : " next dev" ,
8- "build" : " next build" ,
8+ "build" : " next build --experimental-debug-memory-usage " ,
99 "start" : " next start" ,
1010 "lint" : " next lint"
1111 },
2424 "@types/react-dom" : " ^19" ,
2525 "typescript" : " ^5"
2626 }
27- }
27+ }
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "dev" : " next dev" ,
8- "build" : " next build" ,
8+ "build" : " next build --experimental-debug-memory-usage " ,
99 "start" : " next start" ,
1010 "lint" : " eslint"
1111 },
2222 "@types/react" : " ^19" ,
2323 "@types/react-dom" : " ^19"
2424 }
25- }
25+ }
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "dev" : " next dev" ,
8- "build" : " next build" ,
8+ "build" : " next build --experimental-debug-memory-usage " ,
99 "start" : " next start" ,
1010 "lint" : " next lint"
1111 },
2222 "@types/react" : " ^19" ,
2323 "@types/react-dom" : " ^19"
2424 }
25- }
25+ }
You can’t perform that action at this time.
0 commit comments