0.0.2 • Published 3 years ago
@saxorg/temporal_json v0.0.2
temporal-json-node
NodeJS bindings to the Temporal API Gateway JSON Encoder
Commands
Build
cd crates/temporal-node-json
yarn install
yarn build
yarn test
Publish
npm version patch
git tag -a <version> -m "<version>"
git push --follow-tags
Notes
- Publish will only occur if the commit message is just the version number ex. 1.0.0
- Changes to some files like
*.md
won't trigger the CI pipeline.