PnpmPruneAliases.

PnpmPrune(ICakeContext, Action<PnpmPruneSettings>) Method

Summary

Removes extraneous packages using the settings returned by a configurator.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmPruneAliases

Syntax

public static void PnpmPrune(this ICakeContext context, Action<PnpmPruneSettings> configurator)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
configurator Action<PnpmPruneSettings> The settings configurator.

Return Value

Type Description
void