kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Add script to publish beta packages from CI #198

Closed pascalw closed 6 years ago

pascalw commented 6 years ago

Packages are tagged with the current git commit, since NPM does not allow uploading a package with the same version twice.

Note that this script uses npm to publish, since yarn is a little more difficult to automate. For example it doesn't allow to prevent the new package.json to be committed.