Browse Source
chore: update pub script (#37884)
* chore: upadte pub script
* chore: update config
pull/37901/head
5.0.0-alpha.1
MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
.antd-tools.config.js
-
package.json
|
@ -29,4 +29,5 @@ module.exports = { |
|
|
finalize: finalizeDist, |
|
|
finalize: finalizeDist, |
|
|
}, |
|
|
}, |
|
|
bail: true, |
|
|
bail: true, |
|
|
|
|
|
tag: 'next', |
|
|
}; |
|
|
}; |
|
|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "antd", |
|
|
"name": "antd", |
|
|
"version": "5.0.0-alpha.0", |
|
|
"version": "5.0.0-alpha.1", |
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
"title": "Ant Design", |
|
|
"title": "Ant Design", |
|
|
"keywords": [ |
|
|
"keywords": [ |
|
|