Minor Changes
pnpm publish
supports the--provenance
CLI option #6435.
Patch Changes
- Link the bin files of local workspace dependencies, when
node-linker
is set tohoisted
6486. - Ask the user to confirm the removal of
node_modules
directory unless the--force
option is passed. - Do not create a
node_modules
folder with a.modules.yaml
file if there are no dependencies insidenode_modules
.