Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wallet_jrpc_client): empty npm package when publishing (#1093)
Description --- * Added a `npm run build` step on npm publish ci jobs * Bumped `wallet_jrpc_client` version to trigger a new npm publish Motivation and Context --- The CI job for publishing `wallet_jrpc_client` npm package did not include the `dist` folder where the actual code exists. To fix this, this PR runs a `npm run build` step before publishing to the npm registry to make sure the `dist` folder is created. For safety we add it this too to the `typescript-bindings` ci job to prevent this problem in the future. How Has This Been Tested? --- Publishing first into a personal npm scope to test this behaviour 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