mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-26 07:27:20 -04:00
fix(store): mention pnpm store path in help output
This commit is contained in:
5
.changeset/quiet-mugs-visit.md
Normal file
5
.changeset/quiet-mugs-visit.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-store": patch
|
||||
---
|
||||
|
||||
Add `pnpm store path` to help of `pnpm store`
|
||||
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user