Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > RushConfiguration > getCommittedShrinkwrapFilename

RushConfiguration.getCommittedShrinkwrapFilename() method

Gets the committed shrinkwrap file name for a specific variant.

Signature:

getCommittedShrinkwrapFilename(variant?: string | undefined): string;

Parameters

ParameterTypeDescription
variantstring | undefined(Optional) The name of the current variant in use by the active command.

Returns:

string