Skip to content

build: use build-tools' vendored yarn instead of npx#65

Merged
codebytere merged 1 commit intomainfrom
sam/use-vendored-yarn
Mar 31, 2026
Merged

build: use build-tools' vendored yarn instead of npx#65
codebytere merged 1 commit intomainfrom
sam/use-vendored-yarn

Conversation

@MarshallOfSound
Copy link
Copy Markdown
Member

build-tools checks in .yarn/releases/yarn-*.cjs — we just cloned it two lines up, use that directly instead of npx --yes yarn which fetches yarn@latest from the registry on every devcontainer build.

Using a glob so this survives build-tools bumping their yarn version.

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.
@MarshallOfSound MarshallOfSound requested review from a team as code owners March 31, 2026 05:19
@codebytere codebytere merged commit 453a121 into main Mar 31, 2026
6 checks passed
@codebytere codebytere deleted the sam/use-vendored-yarn branch March 31, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants