We need to configure workflow that will automatically build and publish our master branch to NPM as a package. I'd like to use GitHub Actions, because it's free and already built-in to our repo, we just need to configure it, but on other hand feel free to suggest benefits of any alternatives.
We need to configure workflow that will automatically build and publish our
masterbranch to NPM as a package. I'd like to use GitHub Actions, because it's free and already built-in to our repo, we just need to configure it, but on other hand feel free to suggest benefits of any alternatives.