🛠 Tooling: Migration script takes a long time on "cleaning up files" #1221
Labels
area: tooling
Managing the repository's maintenance
status: needs investigation
Further research required...?
type: cleanup
Tech debt or other code/repository cleanups
Milestone
Bug Report Checklist
main
branch of the repository.Overview
Similar to #1131 on the surface, but for generally running with
--mode migrate
& similar. I'm seeing very long "Cleaning up files..." times.Running the four commands manually with
time
...pnpm dedupe 4.97s user 1.58s system 52% cpu 12.414 total
(Performance improvements inpnpm dedupe --check
pnpm/pnpm#6619)pnpm build 21.83s user 2.35s system 154% cpu 15.633 total
(🚀 Feature: Skip dts generation in lint.yml's build #1162)pnpm lint 10.30s user 0.56s system 192% cpu 5.647 total
pnpm format --write 3.55s user 0.30s system 164% cpu 2.338 total
...is there a way to speed this stuff up?
Additional Info
Spinning out of #860.
The text was updated successfully, but these errors were encountered: