File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/material-ui-icons Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2525 "build" : " yarn build:cjs && yarn build:esm && yarn build:es && yarn build:typings && yarn build:copy-files" ,
2626 "build:cjs" : " cross-env NODE_ENV=production BABEL_ENV=cjs babel --config-file ../../babel.config.js ./src --out-dir ./build --ignore \" **/*.test.js\" " ,
2727 "build:esm" : " cross-env NODE_ENV=production BABEL_ENV=esm babel --config-file ../../babel.config.js ./src --out-dir ./build/esm --ignore \" **/*.test.js\" " ,
28- "build:es" : " cross-env NODE_ENV=production BABEL_ENV= es babel --config-file ../../babel.config.js ./src --out-dir ./build/es --ignore \" **/*.test.js \" " ,
28+ "build:es" : " echo 'skip es modules' & exit 0 " ,
2929 "build:copy-files" : " node ../../scripts/copy-files.js" ,
3030 "build:typings" : " babel-node --config-file ../../babel.config.js ./scripts/create-typings.js" ,
3131 "prebuild" : " rimraf material-design-icons && rimraf build" ,
You can’t perform that action at this time.
0 commit comments