NpmPruneAliases.

NpmPrune(ICakeContext) Method

Summary

Runs npm prune from the current folder.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm
Containing Type
NpmPruneAliases

Syntax

public static void NpmPrune(this ICakeContext context)

Examples

NpmPrune();

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void