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: restore Yarn 4.6 configuration with node_modules mode
- Add .yarnrc.yml with nodeLinker: node-modules for compatibility
- Update .gitignore to properly handle Yarn 4 files and PnP artifacts
- Restore GitHub Actions workflow to support Yarn 4.6:
- Node 20.x (required for Yarn 4.6)
- Enable corepack
- Use yarn install --immutable
- Add explicit build step before publishing
- Fix changesets access config to match package.json (public)
This fixes the empty package publishing issue caused by reverting
to outdated workflow configuration without proper Yarn 4 setup.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments