Skip to content

Commit

Permalink
Preserve directory structure in babel web build (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Oct 4, 2018
1 parent e5766ad commit 46856e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier index.js {bin,lib,Examples/*}/*.js --write",
"prepublish": "npm run build-web",
"build": "./scripts/build-icons.sh",
"build-web": "rm -rf ./dist && babel ./{,lib}/*.js --out-dir ./dist && cp -R ./glyphmaps ./dist/glyphmaps",
"build-web": "rm -rf ./dist && babel *.js --out-dir ./dist && babel lib --out-dir ./dist/lib && cp -R ./glyphmaps ./dist/glyphmaps",
"build-antd": "./scripts/antdesign.sh",
"build-entypo": "./scripts/entypo.sh",
"build-evilicons": "./scripts/evilicons.sh",
Expand Down

0 comments on commit 46856e0

Please sign in to comment.