Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove ./x and Makefile and replace them with npm scripts #2825

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

hyf0
Copy link
Contributor

@hyf0 hyf0 commented Apr 19, 2023

Related issue (if exists)

Closes #2581

Summary

🤖 Generated by Copilot at 7ee40b0

Removed the ./x script and replaced it with pnpm commands in various files. Added a new script to check for multiple version dependencies in Rust crates.

Walkthrough

🤖 Generated by Copilot at 7ee40b0

  • Replace ./x script with pnpm -w to run commands on all workspace packages in workflows and documentation (link, link, link)
  • Refactor package.json scripts to use pnpm -r or pnpm --filter to run commands on specific or all packages (link)
  • Add scripts/check_rust_dependency.js to check for multiple version dependencies in Rust crates and use it in lint:rs script (link)
  • Delete unused files Makefile, scripts/cmd.js, and x (link, link, link)

@changeset-bot
Copy link

changeset-bot bot commented Apr 19, 2023

⚠️ No Changeset found

Latest commit: 7ee40b0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Apr 19, 2023
Copy link
Contributor

@Boshen Boshen left a comment

Choose a reason for hiding this comment

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

@hyf0 hyf0 added this pull request to the merge queue Apr 19, 2023
Merged via the queue into main with commit 504547b Apr 19, 2023
@hyf0 hyf0 deleted the hyf2804823490809237385_2 branch April 19, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tracking issue]: Refactor ./x using zx and npm scripts
2 participants