Skip to content

[WIP] Replace npm-run-all with concurrently#21196

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/replace-npm-run-all-with-concurrently
Closed

[WIP] Replace npm-run-all with concurrently#21196
Copilot wants to merge 1 commit intomainfrom
copilot/replace-npm-run-all-with-concurrently

Conversation

Copy link
Contributor

Copilot AI commented Mar 5, 2026

  • Replace npm-run-all with concurrently in root package.json scripts
    • build: sequential → && chain
    • lint: parallel → concurrently
    • lint:eslint:fix: inline the command (remove npm-run-all arg-forwarding)
    • lint:fix: sequential → && chain
    • type-check: sequential → && chain
    • Replace npm-run-all2 dep with concurrently
  • Replace npm-run-all with concurrently in smoke-tests/app-template/package.json
    • lint: parallel → concurrently
    • lint:fix: parallel → concurrently
    • Replace npm-run-all dep with concurrently
  • Replace npm-run-all in packages/@handlebars/parser/package.json
    • build:parser: sequential → && chain
    • Remove npm-run-all dep
  • Install/update dependencies with pnpm

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@NullVoxPopuli
Copy link
Contributor

Closing because #21193 will address this partly

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