Skip to content

chore: replace npx with yarn#24267

Merged
joaoloureirop merged 1 commit intomainfrom
chore/replace-npx-wth-yarn
Jan 6, 2026
Merged

chore: replace npx with yarn#24267
joaoloureirop merged 1 commit intomainfrom
chore/replace-npx-wth-yarn

Conversation

@sethkfman
Copy link
Copy Markdown
Contributor

@sethkfman sethkfman commented Jan 6, 2026

Description

This PR replaces documentation and references of npx with yarn to enforce yarn.lock file versioning.

Changelog

CHANGELOG entry: null

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@sethkfman sethkfman requested review from a team as code owners January 6, 2026 16:55
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 6, 2026

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@metamaskbot metamaskbot added the team-mobile-platform Mobile Platform team label Jan 6, 2026
@github-actions github-actions bot added the size-S label Jan 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 6, 2026

🔍 Smart E2E Test Selection

  • Selected E2E tags: None (no tests recommended)
  • Risk Level: low
  • AI Confidence: 95%
click to see 🤖 AI reasoning details

All changes in this PR are purely cosmetic/documentation changes replacing npx with yarn in command strings:

  1. e2e/framework/config/global.setup.ts (marked as CRITICAL): While this file is in the critical e2e/framework/ path, the actual change is only to an error message string that tells developers how to run tests. The functional code (project parsing, validation, setup logic) is completely unchanged. This is a developer experience improvement, not a functional change.

  2. .claude/commands/unit-test-coverage.md: Pure documentation file with example commands.

  3. docs/perps/perps-architecture.md: Pure documentation file with example commands.

  4. scripts/coverage-analysis.js: Developer tooling script for coverage analysis - not part of app runtime or E2E test execution.

None of these changes affect:

  • App functionality
  • Test execution logic
  • Test assertions
  • User-facing features
  • Any runtime behavior

The changes are equivalent to fixing typos in documentation. No E2E tests are needed to validate these changes.

View GitHub Actions results

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jan 6, 2026

@joaoloureirop joaoloureirop added this pull request to the merge queue Jan 6, 2026
Merged via the queue into main with commit 85a977b Jan 6, 2026
254 of 258 checks passed
@joaoloureirop joaoloureirop deleted the chore/replace-npx-wth-yarn branch January 6, 2026 20:22
@github-actions github-actions bot locked and limited conversation to collaborators Jan 6, 2026
@metamaskbot metamaskbot added the release-7.62.0 Issue or pull request that will be included in release 7.62.0 label Jan 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-7.62.0 Issue or pull request that will be included in release 7.62.0 size-S team-mobile-platform Mobile Platform team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants