mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-17 00:36:17 +10:00
9 lines
166 B
Bash
9 lines
166 B
Bash
rm -rf lib dist
|
|
|
|
npm run babel # generate /lib
|
|
atool-build --config webpack.antd.config.js # generate /dist
|
|
node scripts/prenpm.js
|
|
npm publish $1 $2
|
|
|
|
rm -rf lib dist
|