Skip to content

Migrate demo subdirectory from Yarn to npm#38

Open
Copilot wants to merge 2 commits intomainfrom
copilot/migrate-repository-to-npm
Open

Migrate demo subdirectory from Yarn to npm#38
Copilot wants to merge 2 commits intomainfrom
copilot/migrate-repository-to-npm

Conversation

Copy link

Copilot AI commented Mar 17, 2026

The demo subdirectory retained a yarn.lock while the rest of the repo had already moved to npm (package-lock.json present at root, all CI/CD scripts using npm ci/npm run).

Changes

  • Removed demo/yarn.lock
  • Added demo/package-lock.json generated via npm install

No changes were needed to CI/CD workflows or root-level package management — those were already npm-based.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI linked an issue Mar 17, 2026 that may be closed by this pull request
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate repository from Yarn to npm Migrate demo subdirectory from Yarn to npm Mar 17, 2026
Copilot AI requested a review from rzhao271 March 17, 2026 22:32
@rzhao271 rzhao271 requested a review from hediet March 17, 2026 22:47
@rzhao271 rzhao271 added this to the 1.113.0 milestone Mar 17, 2026
@rzhao271 rzhao271 marked this pull request as ready for review March 17, 2026 22:47
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.

Migrate repository from Yarn to npm

2 participants