mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[build] clean @types from distributions (#21565)
This commit is contained in:
parent
3b8e95758c
commit
cd433cc2ef
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ export const CleanExtraFilesFromModulesTask = {
|
|||
'.jscs.json',
|
||||
'.lint',
|
||||
];
|
||||
const hints = ['*.flow', '*.webidl', '*.map'];
|
||||
const hints = ['*.flow', '*.webidl', '*.map', '@types'];
|
||||
const scripts = [
|
||||
'*.sh',
|
||||
'*.bat',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue