You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature is important to have in this repository; a contrib plugin wouldn't do
Describe the user story
npm has recently announced npm provenance public beta. At the moment, the command yarn npm publish --provenance produces and error, while publishConfig.provenance is nowhere to be found in the docs, meaning - it may or may not work, who knows?
Describe the solution you'd like
Support and document --provenance flag in yarn npm publish command
Support and document publishConfig.provenance option in package.json
Describe the drawbacks of your solution
None that I know of
Describe alternatives you've considered
npm publish --provenance, but that doesn't allow me to use custom hooks I've implemented using Yarn plugins.
nicolo-ribaudo, jimmycallin, raphael-theriault-swi, UNIDY2002, rsoberano-ld and 23 more