Browse Source

chore: fetch tags before run changelog

pull/40096/head
afc163 2 years ago
parent
commit
d0194bcdca
  1. 2
      package.json

2
package.json

@ -62,7 +62,7 @@
"predist": "npm run version",
"presite": "npm run version & npm run collect-token-statistic & npm run token-meta",
"compile": "npm run clean && antd-tools run compile",
"changelog": "node ./scripts/print-changelog",
"changelog": "git fetch origin && node ./scripts/print-changelog",
"predeploy": "antd-tools run clean && npm run site && cp CNAME _site && npm run site:test",
"deploy": "gh-pages -d _site -b gh-pages -f",
"deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages -f",

Loading…
Cancel
Save