docs: tighten the verification cache comments

The module header explained the whole feature where naming the file's purpose
is enough, and the ordering comment described `pnpm store prune` deleting the
log without saying which versions do — pnpm/pnpm#13893 stops deleting it.
This commit is contained in:
Zoltan Kochan
2026-08-13 16:47:45 +02:00
parent f141ddd75f
commit 544072d0b9
2 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -33,8 +33,7 @@ async function runMain() {
async function runPost() {
const inputs = JSON.parse(getState('inputs')) as Inputs
// Saved ahead of the prune because `pnpm store prune` drops the
// verification log along with the rest of the store's derived state.
// pnpm versions before pnpm/pnpm#13893 delete the log during a store prune.
await saveVerificationCache()
pruneStore(inputs)
await saveCache(inputs)