|
|
@ -86,7 +86,7 @@ |
|
|
|
"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", |
|
|
|
"site:theme-compact": "cross-env ESBUILD=1 ANT_THEME=compact bisheng build -c ./site/bisheng.config.js", |
|
|
|
"site": "npm run site:theme && cross-env NODE_ICU_DATA=node_modules/full-icu ESBUILD=1 concurrently \"bisheng build --ssr -c ./site/bisheng.config.js\"", |
|
|
|
"site": "npm run site:theme && cross-env NODE_ICU_DATA=node_modules/full-icu ESBUILD=1 bisheng build --ssr -c ./site/bisheng.config.js", |
|
|
|
"sort": "npx sort-package-json", |
|
|
|
"sort-api": "antd-tools run sort-api-table", |
|
|
|
"start": "antd-tools run clean && cross-env NODE_ENV=development concurrently \"bisheng start -c ./site/bisheng.config.js\"", |
|
|
|