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 fa0268f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/material-ui-icons/scripts/copy-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,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')),
]);
await Promise.all([typescriptCopy(from, path.resolve(__dirname, '../build'))]);
}

run();

0 comments on commit fa0268f

Please sign in to comment.