PnpmRunAliases.

PnpmStart(ICakeContext) Method

Summary

Runs an arbitrary command specified in the package's "start" property of its "scripts" object
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmRunAliases

Syntax

public static void PnpmStart(this ICakeContext context)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void