Add ability to disable svelte-package publishing instructions #7804
Labels
feature request
New feature or request
pkg:svelte-package
Issues related to svelte-package
ready to implement
please submit PRs for these issues!
Milestone
Describe the problem
I'm working on a shared component library to use with a number of different projects. The release process of this library needs to be different than a simple
npm publish
of the package directory. So the message displayed is incorrect and causes confusion among developers.Describe the proposed solution
Add ability to remove the publishing instructions, (i.e.
-s
silent mode)Though it's nice to have the basic text:
It's this part after, that can go against any custom workflow:
In my case we need to actually commit and tag the release in git and install via a git URL so this instruction is entirely incorrect for us (and potentially dangerous).
Ideally it would be even better have the option to have the
package.json
that is generated set toprivate
by default.Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: