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 yalc add to use --link flag for pnpm lockfile compatibility
The pnpm-lock.yaml in spec/dummy uses link: protocol for the
react-on-rails dependency, but yalc add (without --link) changes
package.json to use file: protocol, causing ERR_PNPM_OUTDATED_LOCKFILE
errors in CI.
Adding --link flag ensures yalc maintains the link: protocol that
matches the lockfile, fixing all CI workflow failures.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments