[build] clean @types from distributions (#21565)

This commit is contained in:
Jonathan Budzenski 2018-08-14 16:30:39 -05:00 committed by GitHub
parent 3b8e95758c
commit cd433cc2ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',