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.Npm.
Summary
Rebuild one or more packages to the project in the current working directory.
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