Skip to content

Commit

Permalink
Added warning about pnpm support for prune
Browse files Browse the repository at this point in the history
Currently the prune command isn't implemented for pnpm, but the docs don't mention that.
(See this issue: vercel#534)
  • Loading branch information
ivoilic authored Feb 13, 2022
1 parent 512d0d5 commit acebddf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/docs/reference/command-line-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ This command will generate folder called `out` with the following inside of it:
- A new pruned lockfile that only contains the pruned subset of the original root lockfile with the dependencies that are actually used by the packages in the pruned workspace.
- A copy of the root `package.json`

⚠️ _This command is not yet implemented for `pnpm`_

```
. # Folder full source code for all package needed to build the target
├── package.json # The root `package.json`
Expand Down

0 comments on commit acebddf

Please sign in to comment.