Skip to content

Commit

Permalink
[icons] Save 22 MegaBytes from the package (mui#12662)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and marcelpanse committed Oct 2, 2018
1 parent db45316 commit c055eed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/material-ui-icons/package.json
Expand Up @@ -30,10 +30,9 @@
"prebuild": "rimraf material-design-icons && rimraf build",
"build:es2015": "cross-env NODE_ENV=production babel --config-file ../../babel.config.js ./src --out-dir ./build",
"build:es2015modules": "cross-env NODE_ENV=production BABEL_ENV=modules babel --config-file ../../babel.config.js ./src/index.js --out-file ./build/index.es.js",
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --config-file ../../babel.config.js ./src --out-dir ./build/es",
"build:copy-files": "babel-node --config-file ../../babel.config.js ./scripts/copy-files.js",
"build:typings": "babel-node --config-file ../../babel.config.js ./scripts/create-typings.js",
"build": "yarn build:es2015 && yarn build:es2015modules && yarn build:es && yarn build:typings && yarn build:copy-files",
"build": "yarn build:es2015 && yarn build:es2015modules && yarn build:typings && yarn build:copy-files",
"release": "yarn build && npm publish build"
},
"peerDependencies": {
Expand Down

0 comments on commit c055eed

Please sign in to comment.