amazon-chime-sdk-component-library-react
amazon-chime-sdk-component-library-react copied to clipboard
Remove tarball after installing it in demo
Issue #: Our release script didn't remove react sdk tarball after installing it when deploying the demo. So when raising version bump PR, the tarball is included in the commit.
Description of changes:
- Simply run
rm -rf <path_to_tarball>after installing tarball. - Add
*.tgzto.gitignore.
Testing
-
Have you successfully run
npm run build:releaselocally? N/A, just script change. -
How did you test these changes? Test the release script and confirm the tarball is deleted.
-
If you made changes to the component library, have you provided corresponding documentation changes? N/A
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.