Skip to content

Commit 23c7959

Browse files
committed
feat: rename build:umd
1 parent b996414 commit 23c7959

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/react-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "build-scripts test --config build.test.json",
1313
"start": "build-scripts start",
1414
"build": "build-scripts build --skip-demo",
15-
"cloud-build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.cloud.json"
15+
"build:umd": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.umd.json"
1616
},
1717
"keywords": [
1818
"lowcode",

0 commit comments

Comments
 (0)