Closed as not planned
Description
unfortunately for TS projects, especially Angular libs we often have to opt out from standard npm publish
to custom script npm run publish
.
See topic: https://stackoverflow.com/questions/38935176/how-to-npm-publish-specific-folder-but-as-package-root
often proposed workaround is using alternate publish script, like npm run publish
that will do all the hacks.
Could you please add env variable npmpublish
that will allow to override npm publish
command with another non standard command.