|
@ -64,7 +64,7 @@ |
|
|
"compile": "npm run clean && antd-tools run compile", |
|
|
"compile": "npm run clean && antd-tools run compile", |
|
|
"changelog": "node ./scripts/print-changelog", |
|
|
"changelog": "node ./scripts/print-changelog", |
|
|
"predeploy": "antd-tools run clean && npm run site && cp CNAME _site && npm run site:test", |
|
|
"predeploy": "antd-tools run clean && npm run site && cp CNAME _site && npm run site:test", |
|
|
"deploy": "bisheng gh-pages --push-only --dotfiles", |
|
|
"deploy": "gh-pages -d _site -r git@github.com:ant-design/4x.ant.design.git -b 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", |
|
|
"deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages", |
|
|
"dist": "antd-tools run dist", |
|
|
"dist": "antd-tools run dist", |
|
|
"dist:esbuild": "ESBUILD=true npm run dist", |
|
|
"dist:esbuild": "ESBUILD=true npm run dist", |
|
|