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
Change the build.prepack script to use 'yarn run build' instead of
'npm run build'. In a yarn workspace, using npm to run scripts that
depend on workspace features (like 'yarn workspace react-on-rails run build')
causes build failures.
This fixes the yalc package publishing failures in CI where the prepack
script would fail silently, resulting in packages being published without
the built files, leading to downstream errors.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments