Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OAS][Docs] Use correct bump dependency in makefile (#199876)
## Summary Updates the Open API docs make targets to use the correct bump.sh dependency. Unless I'm missing something obvious in my local configuration, `@npx bump ...` uses [node-bump](https://www.npmjs.com/package/bump) not the [bump.sh library](https://www.npmjs.com/package/bump-cli). I discovered this while trying to run the make targets locally. (cherry picked from commit fcc9392) # Conflicts: # oas_docs/makefile
- Loading branch information