PnpmTool<TSettings>.

RunCore(TSettings, ProcessSettings, Action<IProcess>) Method

Summary

Runs npm.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmTool<TSettings>

Syntax

protected void RunCore(TSettings settings, ProcessSettings processSettings, Action<IProcess> postAction)

Parameters

Name Type Description
settings TSettings The settings.
processSettings ProcessSettings The process settings. null for default settings.
postAction Action<IProcess> Action which should be executed after running npm. null for no action.

Return Value

Type Description
void