Commits


Bryce Mecum authored and GitHub committed 1c0c13a9259
GH-44585: [JS][Release] Skip bin dir in npm-release.sh (#44861) ### 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 <petridish@gmail.com> Signed-off-by: Bryce Mecum <petridish@gmail.com>