Home > @microsoft/rush-lib > RushConfiguration > tempShrinkwrapPreinstallFilename
RushConfiguration.tempShrinkwrapPreinstallFilename property
The full path of a backup copy of tempShrinkwrapFilename. This backup copy is made before installation begins, and can be compared to determine how the package manager modified tempShrinkwrapFilename.
Signature:
readonly tempShrinkwrapPreinstallFilename: string;
Remarks
This property merely reports the filename; the file itself may not actually exist. Example: C:\MyRepo\common\temp\npm-shrinkwrap-preinstall.json
or C:\MyRepo\common\temp\pnpm-lock-preinstall.yaml