Skip to content

Conversation

hayeah
Copy link
Contributor

@hayeah hayeah commented May 10, 2025

This PR replaces all occurrences of 'pnpx' with 'pnpm dlx' across package.json files in the project.

The pnpx command is being deprecated in favor of 'pnpm dlx', which is the recommended way to execute one-off commands with pnpm.

This change improves build reliability and cross-platform compatibility while maintaining the same functionality.

  • Updated all clean scripts in package.json files
  • Ensures consistent command usage across the monorepo
  • Fixes build errors related to 'pnpx: command not found'

This commit replaces all occurrences of 'pnpx' with 'pnpm dlx' across package.json files
in the project. The pnpx command is being deprecated in favor of 'pnpm dlx', which is
the recommended way to execute one-off commands with pnpm. This change improves build
reliability and cross-platform compatibility while maintaining the same functionality.

- Updated all clean scripts in package.json files
- Ensures consistent command usage across the monorepo
- Fixes build errors related to 'pnpx: command not found'
@hayeah hayeah requested a review from srbhptl39 as a code owner May 10, 2025 01:36
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. We will check and reply to you as soon as possible.

@srbhptl39 srbhptl39 merged commit 2806f5e into srbhptl39:main May 10, 2025
1 check passed
@srbhptl39
Copy link
Owner

Changes looks great !! @hayeah thanks !!

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