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
build: use build-tools' vendored yarn instead of npx (#65)
build-tools checks in .yarn/releases/yarn-*.cjs — use that directly
instead of npx --yes yarn (which fetches yarn@latest from the
registry on every build). Glob pattern survives build-tools yarn
version bumps.
0 commit comments