IYarnRunnerCommands.

RunScript(string, Action<YarnRunSettings>) Method

Summary

execute 'yarn run' with arguments
Assembly
Cake.Yarn.dll
Namespace
Cake.Yarn
Containing Type
IYarnRunnerCommands

Syntax

IYarnRunnerCommands RunScript(string scriptName, Action<YarnRunSettings> configure = null)

Parameters

Name Type Description
scriptName string name of the
configure Action<YarnRunSettings> options when running 'yarn run'

Return Value

Type Description
IYarnRunnerCommands