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.Pnpm.
Summary
`pnpm run` aliases
- Assembly
- Cake
.Pnpm .dll - Namespace
- Cake
.Pnpm - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["PnpmRunAliases"]
class Type type-node
Syntax
public static class PnpmRunAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
PnpmRun |
void |
Runs a defined package script using the specified settings
static
|
PnpmRun |
void |
Runs a defined package script.
static
|
PnpmStart |
void |
Runs an arbitrary command specified in the package's "start" property of its "scripts" object
static
|
PnpmTest |
void |
Runs a package's "test" script, if one was provided
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|