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

9 lines
150 B
Bash

rm -rf lib dist
npm run babel # generate /lib
ANTD=PRODUCTION atool-build # generate /dist
node scripts/prenpm.js
npm publish $1 $2
rm -rf lib dist