3 ways you can improve your npm publish
Publishing JavaScript projects on npm can become quite an overwhelming task when projects grow to a certain size. At simplabs we're maintaining over a dozen actively used JavaScript projects that we've published on npm. We don't always have plenty of time for that, but we made sure that at least the release process is as automated as possible, so that we can spend our time on the things that really matter.
This blog post will show you three of our most important tricks to improve how you publish your packages to npm.
November 26, 2021