fix(clean): remove native build state (review round 3)
This commit is contained in:
@@ -72,6 +72,11 @@ export class RepositoryCleaner {
|
||||
for (const entry of await readdir(this.root, { withFileTypes: true })) {
|
||||
if (entry.isFile() && entry.name.endsWith('.tsbuildinfo')) targets.add(join(this.root, entry.name))
|
||||
}
|
||||
await this.addIfPresent(
|
||||
targets,
|
||||
join(this.root, 'native/landlock-run/tsconfig.tsbuildinfo'),
|
||||
canonicalRoot,
|
||||
)
|
||||
|
||||
// The root project-reference graph is the source of truth for live build targets.
|
||||
// Each emitting project declares lib/types as outDir; its parent lib also owns
|
||||
|
||||
Reference in New Issue
Block a user