@saxorg/temporal_json
v0.0.2
Published
[![npm-ci](https://github.com/noxasaxon/temporal_apig/actions/workflows/npm-ci.yml/badge.svg)](https://github.com/noxasaxon/temporal_apig/actions/workflows/npm-ci.yml)
Downloads
2
Readme
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.