chore: update build target and visibility

This commit is contained in:
humphry.hy 2022-02-24 18:42:02 +08:00
parent 23c795931e
commit 5005552aed
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"module": "es/index.js", "module": "es/index.js",
"files": [ "files": [
"lib", "lib",
"es" "es",
"dist"
], ],
"scripts": { "scripts": {
"test": "build-scripts test --config build.test.json", "test": "build-scripts test --config build.test.json",

View File

@ -21,4 +21,5 @@ lerna run build:umd \
--scope @alilc/lowcode-engine \ --scope @alilc/lowcode-engine \
--scope @alilc/lowcode-rax-simulator-renderer \ --scope @alilc/lowcode-rax-simulator-renderer \
--scope @alilc/lowcode-react-simulator-renderer \ --scope @alilc/lowcode-react-simulator-renderer \
--scope @alilc/lowcode-react-renderer \
--stream --stream