Summary
Rebuild a scoped package by name
- Namespace
- Cake
.Npm .Rebuild - Containing Type
- Npm
Rebuild Settings Extensions
Syntax
public static NpmRebuildSettings AddScopedPackage(this NpmRebuildSettings settings, string packageName, string scope)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmRebuildSettings | The settings. |
packageName | string | Name of the package. |
scope | string | Scope of the package. |
Return Value
Type | Description |
---|---|
NpmRebuildSettings | The settings instance with packageName added to Packages . |