Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve agd build handling of corepack (#10010)
closes: #10009 ## Description Makes sure all packages in the repo use the same yarn version when using corepack Prevent the `agd build` script from hanging if corepack is enabled but the package manager is not installed. Fail if autodownload not allowed, install otherwise. ### Security Considerations None ### Scaling Considerations None ### Documentation Considerations We need to review this as part of #9769, but an error is better than a hang. I'm not sure why I started hitting this issue now. ### Testing Considerations Manually tested. I don't think any CI exercises `agd build`, and even less with `corepack enable`d ### Upgrade Considerations None
- Loading branch information