PnpmStoreAliases.

PnpmStorePrune(ICakeContext) Method

Summary

Removes unreferenced (extraneous, orphan) packages from the store. Pruning the store is not harmful, but might slow down future installations. Visit the documentation for more information on unreferenced packages
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmStoreAliases

Syntax

public static void PnpmStorePrune(this ICakeContext context)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void