Skip to content

Commit 5005552

Browse files
committed
chore: update build target and visibility
1 parent 23c7959 commit 5005552

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/react-renderer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"module": "es/index.js",
77
"files": [
88
"lib",
9-
"es"
9+
"es",
10+
"dist"
1011
],
1112
"scripts": {
1213
"test": "build-scripts test --config build.test.json",

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ lerna run build:umd \
2121
--scope @alilc/lowcode-engine \
2222
--scope @alilc/lowcode-rax-simulator-renderer \
2323
--scope @alilc/lowcode-react-simulator-renderer \
24+
--scope @alilc/lowcode-react-renderer \
2425
--stream

0 commit comments

Comments
 (0)