偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
package.json
|
@ -78,7 +78,7 @@ |
|
|
"pretty-quick": "pretty-quick", |
|
|
"pretty-quick": "pretty-quick", |
|
|
"pub": "npm run version && antd-tools run pub", |
|
|
"pub": "npm run version && antd-tools run pub", |
|
|
"prepublishOnly": "antd-tools run guard", |
|
|
"prepublishOnly": "antd-tools run guard", |
|
|
"site": "cross-env NODE_ICU_DATA=node_modules/full-icu ESBUILD=1 concurrently \"bisheng build --ssr -c ./site/bisheng.config.js\" \"npm run color-less\"", |
|
|
"site": "cross-env NODE_ICU_DATA=node_modules/full-icu concurrently \"bisheng build --ssr -c ./site/bisheng.config.js\" \"npm run color-less\"", |
|
|
"sort": "npx sort-package-json", |
|
|
"sort": "npx sort-package-json", |
|
|
"sort-api": "antd-tools run sort-api-table", |
|
|
"sort-api": "antd-tools run sort-api-table", |
|
|
"start": "antd-tools run clean && cross-env NODE_ENV=development concurrently \"npm run color-less\" \"bisheng start -c ./site/bisheng.config.js\"", |
|
|
"start": "antd-tools run clean && cross-env NODE_ENV=development concurrently \"npm run color-less\" \"bisheng start -c ./site/bisheng.config.js\"", |
|
|