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
build: use pnpm dlx in create project script
PR Checklist
Please check to confirm your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-commit-message-guidelines
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
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.