Closed
Description
Problem
There is no easy way to test the latest changes on actual devices. i.e. I'm trying to test these changes on Termux.
Solution
Modify our publish-npm script to run on every PR into main
and publish to npm. I think we would need two things:
- publish PRs into
main
and tag with PR number and commit - publish merges into
main
asbeta
This would require some refactoring but it should be a low amount of effort with high reward.
It would allow maintainers and community members to install these versions.