fix(cli): remove typo
This commit is contained in:
parent
5a41b84c9a
commit
9f28779745
@ -13,7 +13,7 @@ export async function getDirComponentRequiredFiles<T extends RegistryComponent &
|
||||
return componentObject.files
|
||||
}
|
||||
|
||||
const dir = await readdir(componentPath):w
|
||||
const dir = await readdir(componentPath)
|
||||
|
||||
return componentObject.files.map((filename) => !dir.includes(filename))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user