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 a scoped package by name
- Assembly
- Cake
.Npm .dll - 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 . |