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
98 B
Bash

10 years ago
npm run babel
10 years ago
rm -rf dist
9 years ago
webpack
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