You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pnpm frozen-lockfile for minimum dependency config
The minimum config job switches shakapacker from 9.4.0 to 8.2.0 via
bin/ci-switch-config, which modifies package.json. This causes
pnpm-lock.yaml to be out of sync, requiring --no-frozen-lockfile.
Added conditional --no-frozen-lockfile flag to dummy app pnpm install
steps when running with minimum dependency level.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments