|
|
@ -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", |
|
|
|