PnpmExecSettings.

Parallel Property

Summary

Completely disregard concurrency and topological sorting, running a given script immediately in all matching packages with prefixed streaming output. This is the preferred flag for long-running processes such as watch run over many packages.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Exec
Containing Type
PnpmExecSettings

Syntax

public bool Parallel { get; set; }

Value

Type Description
bool