aws-samples / amazon-sumerian-hosts

Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
MIT No Attribution
183 stars 82 forks source link

update npm publish workspaces #80

Closed haozhao-aws closed 2 years ago

haozhao-aws commented 2 years ago

What:

The Host repo has a GitHub Action to automatically publish package to npm registry after a release version created. After splitting the packages, we have to update the npm publish command line to work well with the monorepo structure.

Why:

Using workflow can easily maintain the package publishing and save developers time.

Test:

npm publish --workspaces --dry-run

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

brhook-aws commented 2 years ago

This won't try to publish the root, right?