pnpm prune
Removes unnecessary packages.
#
Options#
--prodRemove the packages specified in devDependencies
.
#
--no-optionalRemove the packages specified in optionalDependencies
.
warning
The prune command does not support recursive execution on a monorepo currently. To only install production-dependencies in a monorepo node_modules
folders can be deleted and then re-installed with pnpm install --prod
.