build: use pnpm dlx in create project script #34116

Closed
alan-agius4 opened 9:01am on September 18, 2026 wanted to merge 1 commit into angular/angular-cli main from
build/create-script-pnpm-dlx

Pull Request Overview

  • Opened on September 18, 2026
  • Status Closed
  • Commit count 1 with first commit September 18, 2026

Total Delta

0 Total Diff Delta

Open Days

Open 1 weekdays

Test Delta

0 Diff Delta in Test Files
Breakdown by Phase

How long has this pull request spent in each phase of its lifecycle?

Fraction of total time Business days Phase
 
0 days Authoring 1 commit before pull request opened for review
 
0 days Awaiting first review

Total time for pull request 0 business days from first commit to closed PR

Author avatar

build: use pnpm dlx in create project script

PR Checklist

Please check to confirm your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?


  • [x] Build related changes

What is the current behavior?

scripts/create.mts uses npx --yes to execute the newly built CLI tarball.

Issue Number: N/A

What is the new behavior?

scripts/create.mts uses pnpm dlx to execute the newly built CLI tarball.

Does this PR introduce a breaking change?


  • [x] No

Other information

PR was closed without comments.