Build the monorepo first:
npm run buildThen 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-cliFrom packages/server-python:
python -m build
python -m twine upload dist/*- Run
npm test - Run
npm run test:e2e - Confirm docs and examples reflect current package capabilities
- Tag the release and update
CHANGELOG.md