docs: update doc

pull/1877/head
tangjinzhou 2020-03-11 22:09:37 +08:00
parent 508878c221
commit 248f041be0
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8cbcd36f0b02f1310979d29114be1a8e9cd295c5
Subproject commit 1a5f8cb5ce4ea8d33a9f0b35237b62358853d512

View File

@ -29,8 +29,6 @@
"dev": "node build/dev.js",
"start": "cross-env PORT=3001 NODE_ENV=development webpack-dev-server --config build/webpack.dev.conf.js",
"test": "cross-env NODE_ENV=test jest --config .jest.js",
"site": "node scripts/run.js _site",
"copy": "node scripts/run.js copy-html",
"compile": "node antd-tools/cli/run.js compile",
"pub": "node antd-tools/cli/run.js pub",
"pub-with-ci": "node antd-tools/cli/run.js pub-with-ci",