Browse Source

fix pub

pull/4470/head
yiminghe 8 years ago
parent
commit
f7933cd2b6
  1. 2
      package.json

2
package.json

@ -140,7 +140,7 @@
"jest": "jest",
"pre-publish": "node ./scripts/prepub",
"prepublish": "antd-tools run guard",
"pub": "antd-tools run update-self && antd-tools run pub",
"pub": "antd-tools run update-self && antd-tools run pub --npm-tag=1.x",
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt"
},
"jest": {

Loading…
Cancel
Save