diff --git a/antdv-demo b/antdv-demo index 8cbcd36f0..1a5f8cb5c 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit 8cbcd36f0b02f1310979d29114be1a8e9cd295c5 +Subproject commit 1a5f8cb5ce4ea8d33a9f0b35237b62358853d512 diff --git a/package.json b/package.json index a1723c660..ca09456cb 100644 --- a/package.json +++ b/package.json @@ -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",