by raxrb on 12/26/20, 4:16 PM with 0 comments
Hi,
I am working on a side project and want to understand if my project is going to be useful or not?
Will you use a package that will ship your local build and running logs to the cloud, and will display them in a nice UI, so that you will have a track of how often you run build, how much time it takes, which tests failed etc.
In case of an error, you will be able to share them with your teammates in a single click.
Do you think such a package will be useful?
Thanks
by franky47 on 12/26/20, 4:38 PM
Personally, my build logs are either handled by GitHub actions or other PaaS (Vercel, Clever Cloud), I'm not sure how I would connect them to another service via an NPM package.