diff --git a/package.json b/package.json index b341c38cc..a21e53d9d 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "watch-tsc": "antd-tools run watch-tsc", "clean": "antd-tools run clean", "start": "cross-env NODE_ENV=development cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js", - "site": "cross-env NODE_ENV=production cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js && node scripts/copy-app-res && cp CNAME _site", + "site": "cross-env NODE_ENV=production cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js && cp CNAME _site", "deploy": "npm run clean && npm run site && bisheng gh-pages --push-only", "pub": "cross-env BABEL_ENV=dist antd-tools run pub", "rn-start": "node node_modules/react-native/local-cli/cli.js start",