diff --git a/packages/react-renderer/build.cloud.json b/packages/react-renderer/build.umd.json similarity index 100% rename from packages/react-renderer/build.cloud.json rename to packages/react-renderer/build.umd.json diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index a18a08afa..a5b2b74fc 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -12,7 +12,7 @@ "test": "build-scripts test --config build.test.json", "start": "build-scripts start", "build": "build-scripts build --skip-demo", - "cloud-build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.cloud.json" + "build:umd": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.umd.json" }, "keywords": [ "lowcode",