NpmRebuildAliases.

NpmRebuild(ICakeContext, string[]) Method

Summary

Rebuild one or more packages to the project in the current working directory.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm
Containing Type
NpmRebuildAliases

Syntax

public static void NpmRebuild(this ICakeContext context, params string[] packages)

Examples

NpmRebuild("gulp", "left-pad");

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
packages string[] one or more packages

Return Value

Type Description
void