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: drop npm-run-all, make command npm client agnostic #8005

Merged
merged 3 commits into from
Sep 29, 2024

Conversation

fi3ework
Copy link
Member

Summary

Ref: #7996 (comment)

  • Drop npm-run-all2, use pnpm run command
    • npm run test and pnpm run test work fine
    • npm run test -- xxx and pnpm run test -- xxx works fine
  • Remove some commands relay on npm-run-all2. In fact, these commands cannot be executed at all because npm-run-all2 is not installed, so I think these commands are obsolete.

with pnpm's --stream flag, the log will be easier to be read:

image

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copy link

netlify bot commented Sep 27, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 1fa0c93
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66f91317ac557400084cc9b1

@fi3ework fi3ework enabled auto-merge (squash) September 27, 2024 07:55
@fi3ework fi3ework merged commit 8450816 into web-infra-dev:main Sep 29, 2024
28 checks passed
@fi3ework fi3ework deleted the npm-run-all branch September 29, 2024 09:12
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