Skip to content

Commit

Permalink
[build] clean @types from distributions (#21565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Aug 14, 2018
1 parent 3b8e957 commit cd433cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/build/tasks/clean_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cd433cc

Please sign in to comment.