Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Rationale for this change When publishing packages to npm, we want to skip any package.json files inside ./bin directories because those aren't meant to be published. ### What changes are included in this PR? Updated `find` command which excludes `bin` directories. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44585 Authored-by: Bryce Mecum <[email protected]> Signed-off-by: Bryce Mecum <[email protected]>
- Loading branch information