mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-21 21:22:26 -04:00
The wrapped fetchPackage now calls readPkgFromCafs with verifyStoreIntegrity: false instead of going through the real fetchPackage (which has verifyStoreIntegrity baked in at creation time). This skips stat + hash checks for all 33K files that were just written by the agent.