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

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