build: standardize bin script paths and repository.url formats across package.json files#32703
Conversation
…ross `package.json` files This removed warnings during the releases
There was a problem hiding this comment.
Code Review
This pull request standardizes repository.url and bin script paths across several package.json files. The changes introduce a consistent git+https prefix for repository URLs and remove the leading ./ from binary paths. Additionally, the bin field for @angular/create is updated to a more explicit object format. These changes are correct and align with the goal of removing release warnings. I have no specific feedback on these changes.
Note: Security Review has been skipped due to the limited scope of the PR.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This removed warnings during the releases