|
|
@ -79,7 +79,7 @@ |
|
|
|
"prettier": "prettier -c --write **/*", |
|
|
|
"pretty-quick": "pretty-quick", |
|
|
|
"pub": "npm run version && antd-tools run pub-experimental", |
|
|
|
"prepublishOnly": "node scripts/collect-token-statistic.js && antd-tools run guard", |
|
|
|
"prepublishOnly": "antd-tools run guard", |
|
|
|
"postpublish": "node ./scripts/post-script.js", |
|
|
|
"site": "cross-env NODE_ICU_DATA=node_modules/full-icu ESBUILD=1 bisheng build --ssr -c ./site/bisheng.config.js", |
|
|
|
"site-tmp": "cross-env NODE_ICU_DATA=node_modules/full-icu ESBUILD=1 bisheng build --ssr -c ./site/bisheng.config.js", |
|
|
|