We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b996414 commit 23c7959Copy full SHA for 23c7959
packages/react-renderer/build.cloud.json packages/react-renderer/build.umd.jsonpackages/react-renderer/build.cloud.json renamed to packages/react-renderer/build.umd.json
packages/react-renderer/package.json
@@ -12,7 +12,7 @@
12
"test": "build-scripts test --config build.test.json",
13
"start": "build-scripts start",
14
"build": "build-scripts build --skip-demo",
15
- "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"
16
},
17
"keywords": [
18
"lowcode",
0 commit comments