[Chore] Optimize info call in WranglerNamespace#29129
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
/bonk can you find any issues with this PR? |
|
This is a good optimization. The change reuses the already-exported LGTM 👍 The PR correctly identifies that |
|
/bigbonk do you agree with the review already left on this PR? |
|
Approved PR #29129. No issues found -- the change eliminates a redundant |
|
Preview URL: https://97eac340.preview.developers.cloudflare.com |
Summary
We ignore the exported
commandsin WranglerNamespace and instead re-call Wrangler to grab those commands.Might save a bit of duration on build times.