mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
04451c7a50
commit
bc0ef52c82
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export const CleanTypescript: Task = {
|
|||
'Deleted %d files',
|
||||
await scanDelete({
|
||||
directory: build.resolvePath(),
|
||||
regularExpressions: [/\.(ts|tsx|d\.ts)$/, /tsconfig.*\.json$/],
|
||||
regularExpressions: [/\.(ts|tsx|d\.ts)$/, /tsconfig.*\.(json|tsbuildinfo)$/],
|
||||
})
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue