Home > @microsoft/rush-lib > RushConfiguration > findProjectByTempName
RushConfiguration.findProjectByTempName() method
Looks up a project by its RushConfigurationProject.tempProjectName field.
Signature:
findProjectByTempName(tempProjectName: string): RushConfigurationProject | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
tempProjectName | string |
Returns:
RushConfigurationProject | undefined
The found project, or undefined if no match was found.