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(0.81): run yarn pack from monorepo root where Berry is active
The previous commit used yarn --cwd from the testcli directory, but
that invokes the global yarn 1.x which refuses to run due to the
packageManager field. Split into two steps: yarn pack runs from the
monorepo checkout (where Yarn Berry is active), then npm install
installs the tarball in the test project.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments