Skip to content

chore: replace npm-run-all2 with a native script #664

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

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

lumirlumir
Copy link
Member

@lumirlumir lumirlumir commented Jun 12, 2025

Prerequisites checklist

What is the purpose of this pull request?

What changes did you make? (Give an overview)

Hello,

In this PR, I've replaced npm-run-all2 with a native script.

This PR resolves #660.

While reducing devDependencies may not be critical in package development, I believe it's a good practice for the following reasons:

  1. Performance - Faster install times and a smaller node_modules.
  2. Maintenance - Fewer tools to update and manage.
  3. Cleaner CI/CD - Leaner builds and more reliable pipelines.
  4. Smaller footprint - Less clutter in the project, which is especially important for shared libraries.

Related Issues

fixes: #660

Is there anything you'd like reviewers to focus on?

@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Jun 12, 2025
@lumirlumir lumirlumir marked this pull request as ready for review June 12, 2025 05:59
Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

@nzakas nzakas merged commit 1d39fd2 into main Jun 13, 2025
11 checks passed
@nzakas nzakas deleted the chore-replace-npm-run-all2-with-a-native-script branch June 13, 2025 14:36
@github-project-automation github-project-automation bot moved this from Needs Triage to Complete in Triage Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

Change Request: Replace npm-run-all2 with a native script to reduce the dependency footprint
2 participants