fix(gro-1889): bake pnpm into reset stage to avoid runtime DNS #97
Reference in New Issue
Block a user
Delete Branch "fix/gro-1889-reset-demo-data-pnpm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Root cause
The reset stage inherited from builder had corepack but pnpm was not pre-activated — corepack was still trying to phone home to registry.npmjs.org at runtime.
Fix
Baking pnpm activation into the reset stage so it does not depend on runtime DNS lookups.
🤖 Generated with Claude Code