|
@ -136,6 +136,7 @@ |
|
|
"eslint-plugin-react": "^7.14.2", |
|
|
"eslint-plugin-react": "^7.14.2", |
|
|
"eslint-tinker": "^0.5.0", |
|
|
"eslint-tinker": "^0.5.0", |
|
|
"fetch-jsonp": "^1.1.3", |
|
|
"fetch-jsonp": "^1.1.3", |
|
|
|
|
|
"full-icu": "^1.3.0", |
|
|
"glob": "^7.1.4", |
|
|
"glob": "^7.1.4", |
|
|
"husky": "^3.0.2", |
|
|
"husky": "^3.0.2", |
|
|
"immutability-helper": "^3.0.0", |
|
|
"immutability-helper": "^3.0.0", |
|
@ -210,7 +211,7 @@ |
|
|
"tsc": "tsc", |
|
|
"tsc": "tsc", |
|
|
"start": "rimraf _site && mkdir _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js", |
|
|
"start": "rimraf _site && mkdir _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js", |
|
|
"start:preact": "node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js", |
|
|
"start:preact": "node ./scripts/generateColorLess.js && cross-env NODE_ENV=development REACT_ENV=preact bisheng start -c ./site/bisheng.config.js", |
|
|
"site": "bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js", |
|
|
"site": "cross-env NODE_ICU_DATA=node_modules/full-icu bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js", |
|
|
"predeploy": "antd-tools run clean && npm run site && cp netlify.toml CNAME _site && cp .circleci/config.yml _site", |
|
|
"predeploy": "antd-tools run clean && npm run site && cp netlify.toml CNAME _site && cp .circleci/config.yml _site", |
|
|
"deploy": "bisheng gh-pages --push-only", |
|
|
"deploy": "bisheng gh-pages --push-only", |
|
|
"deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages", |
|
|
"deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages", |
|
|