Pular para o conteúdo principal
Versão: 12.x

pnpm prune

Removes unnecessary packages.

Options​

--prod​

Remove the packages specified in devDependencies.

--no-optional​

Remove the packages specified in optionalDependencies.

aviso

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.