PnpmInstallSettings.

FrozenLockfile Property

Summary

Don't generate a lockfile and fail if an update is needed. This setting is on by default in CI environments, so use --no-frozen-lockfile if you need to disable it for some reason
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Install
Containing Type
PnpmInstallSettings

Syntax

public Nullable<bool> FrozenLockfile { get; set; }

Value

Type Description
Nullable<bool>