You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/scripts/publish.sh

8 lines
130 B
Bash

npm run babel
rm -rf dist
webpack --config webpack.antd.config.js
node scripts/prenpm.js
npm publish $1 $2
rm -rf lib
rm -rf dist