refactor(cli): rename getDirComponentRequiredFiles to getDirComponentInstalledFiles
This commit is contained in:
parent
4148b903e3
commit
36da69240c
@ -21,7 +21,7 @@ export async function getComponentsInstalled(components: string[], config: Resol
|
||||
return dirOnlyContainsComponent
|
||||
}
|
||||
|
||||
export async function getDirComponentRequiredFiles<T extends RegistryComponent & {type: 'dir'}>(
|
||||
export async function getDirComponentInstalledFiles<T extends RegistryComponent & {type: 'dir'}>(
|
||||
componentObject: T,
|
||||
config: ResolvedConfig,
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user