Skip to content

Commit

Permalink
Avoid creating an es/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mgansler committed Feb 13, 2019
1 parent eb4c64e commit b3b0aae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/material-ui-icons/scripts/copy-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ async function run() {
// TypeScript
const from = path.resolve(__dirname, '../src');
await Promise.all([
typescriptCopy(from, path.resolve(__dirname, '../build')),
typescriptCopy(from, path.resolve(__dirname, '../build/es')),
typescriptCopy(from, path.resolve(__dirname, '../build'))
]);
}

Expand Down

0 comments on commit b3b0aae

Please sign in to comment.