fix(store): mention pnpm store path in help output

This commit is contained in:
Zoltan Kochan
2021-10-20 02:53:11 +03:00
parent 2748a50b4d
commit 1f5c472bb9
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/plugin-commands-store": patch
---
Add `pnpm store path` to help of `pnpm store`

View File

@@ -47,6 +47,10 @@ Pruning the store is not harmful, but might slow down future installations. \
Visit the documentation for more information on unreferenced packages and why they occur',
name: 'prune',
},
{
description: 'Returns the path to the active store directory.',
name: 'path',
},
],
},
],