Skip to content

Commit 5356866

Browse files
authored
[build] Clean tsbuildinfo from distribution (#92115)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
1 parent d847958 commit 5356866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dev/build/tasks/clean_tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const CleanTypescript: Task = {
4545
'Deleted %d files',
4646
await scanDelete({
4747
directory: build.resolvePath(),
48-
regularExpressions: [/\.(ts|tsx|d\.ts)$/, /tsconfig.*\.json$/],
48+
regularExpressions: [/\.(ts|tsx|d\.ts)$/, /tsconfig.*\.(json|tsbuildinfo)$/],
4949
})
5050
);
5151
},

0 commit comments

Comments
 (0)