Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 599 Bytes

File metadata and controls

33 lines (23 loc) · 599 Bytes

Publishing

npm packages

Build the monorepo first:

npm run build

Then publish individual packages from their package directories:

npm publish --workspace @hari7261/ainative-client
npm publish --workspace @hari7261/ainative-server-node
npm publish --workspace @hari7261/ainative-cli

Python package

From packages/server-python:

python -m build
python -m twine upload dist/*

Release checklist

  • Run npm test
  • Run npm run test:e2e
  • Confirm docs and examples reflect current package capabilities
  • Tag the release and update CHANGELOG.md