mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 04:52:04 -04:00
pnpm rebuild accepts --store-dir (#5036)
* feat: pnpm rebuild accepts --store-dir * chore: add changeset
This commit is contained in:
5
.changeset/rich-plums-mate.md
Normal file
5
.changeset/rich-plums-mate.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-rebuild": patch
|
||||
---
|
||||
|
||||
pnpm rebuild accepts --store-dir
|
||||
@@ -21,6 +21,7 @@ export function rcOptionsTypes () {
|
||||
'reporter',
|
||||
'scripts-prepend-node-path',
|
||||
'unsafe-perm',
|
||||
'store-dir',
|
||||
], allTypes),
|
||||
}
|
||||
}
|
||||
@@ -55,6 +56,10 @@ For options that may be used with `-r`, see "pnpm help recursive"',
|
||||
description: 'Rebuild packages that were not build during installation. Packages are not build when installing with the --ignore-scripts flag',
|
||||
name: '--pending',
|
||||
},
|
||||
{
|
||||
description: 'The directory in which all the packages are saved on the disk',
|
||||
name: '--store-dir <dir>',
|
||||
},
|
||||
...UNIVERSAL_OPTIONS,
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user