mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-14 09:42:37 -04:00
Same failure mode as create-release-pr: the full install wires the husky hooks and the push step runs the pre-push TS compile/lint on every daily run. It only skips the Rust sweep when the remote chore/update-lockfile branch already exists, because the shallow clone lacks the remote tip and the hook's git log fails silently; on a fresh branch it does the full cargo clippy/doc pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>