Automatically push to NPM when a tag is created
Closed this issue · 0 comments
johannesloher commented
At the moment, we have to push to NPM manually when we want to release a new version. Also we need to build manually before that to make sure that the lib folder has been created correctly.
To make this more robust, we should automatically build and push to NPM when a tag is pushed to GitHub. This can be done using the circle ci integration.