DEV Community

Jan Küster
Jan Küster

Posted on

How do YOU actually publish your packages to NPM?

There are many articles on this platform on how to publish packages. I still would really like to know how YOU publish your packages.

  • CI vs manual?
  • Always minified vs. letting user minify vs. adding both?
  • Bundled vs single files and letting user bundle
  • dist folder structure vs managed by package.json
  • do you already use the GitHub package registry?

I am really curious for this discussion :-)

Top comments (0)