Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): remove build step when publishing typescript-bindings (#1096)
Description --- Removed the `npm build` step on `typescript-bindings` npm publish CI job Motivation and Context --- On #1093 we introduced a step to build the npm package for both `wallet_jrpc_client` and `typescript-bindings`. We shouldn't include that step for `typescript-bindings` as we can assume it's already built (there are checks for that) and the build runs a custom script that builds all of the rust project using cargo. So this PR removes the `npm build` step on `typescript-bindings` npm publish CI job. We only need it for `wallet_jrpc_client` How Has This Been Tested? --- Does not apply What process can a PR reviewer use to test or verify this change? --- Does not apply Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information