Browse Source

chore: collect token statistic before publish

pull/36351/head
MadCcc 2 years ago
parent
commit
f07203997e
  1. 2
      package.json

2
package.json

@ -82,7 +82,7 @@
"prettier": "prettier -c --write **/*",
"pretty-quick": "pretty-quick",
"pub": "npm run version && antd-tools run pub",
"prepublishOnly": "antd-tools run guard",
"prepublishOnly": "node scripts/collect-token-statistic.js && antd-tools run guard",
"postpublish": "node ./scripts/post-script.js",
"site:theme": "npm run site:theme-dark && npm run site:theme-compact",
"site:theme-dark": "cross-env ESBUILD=1 ANT_THEME=dark bisheng build -c ./site/bisheng.config.js",

Loading…
Cancel
Save