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
parent
commit
a33ecfce6c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .antd-tools.config.js
  2. 2
      package.json

1
.antd-tools.config.js

@ -29,4 +29,5 @@ module.exports = {
finalize: finalizeDist, finalize: finalizeDist,
}, },
bail: true, bail: true,
tag: 'next',
}; };

2
package.json

@ -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": [

Loading…
Cancel
Save