chore: update publish scripts

This commit is contained in:
Benjy Cui 2016-04-01 17:55:54 +08:00
parent 93220a39f9
commit fd6618ea9d

View File

@ -1,7 +1,7 @@
rm -rf lib dist
npm run babel # generate /lib
atool-build --config webpack.antd.config.js # generate /dist
ANTD=PRODUCTION atool-build # generate /dist
node scripts/prenpm.js
npm publish $1 $2