This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Pnpm.
Summary
Hoist all dependencies matching the pattern to `node_modules/.pnpm/node_modules`. The default pattern is * and
matches everything. Hoisted packages can be required by any dependencies, so it is an emulation of a flat
node_modules
- Assembly
- Cake
.Pnpm .dll - Namespace
- Cake
.Pnpm .Install - Containing Type
- PnpmInstallSettings
Syntax
public string HoistPattern { get; set; }
Value
Type | Description |
---|---|
string |