chore: update build target and visibility
This commit is contained in:
parent
23c795931e
commit
5005552aed
|
|
@ -6,7 +6,8 @@
|
|||
"module": "es/index.js",
|
||||
"files": [
|
||||
"lib",
|
||||
"es"
|
||||
"es",
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "build-scripts test --config build.test.json",
|
||||
|
|
|
|||
|
|
@ -21,4 +21,5 @@ lerna run build:umd \
|
|||
--scope @alilc/lowcode-engine \
|
||||
--scope @alilc/lowcode-rax-simulator-renderer \
|
||||
--scope @alilc/lowcode-react-simulator-renderer \
|
||||
--scope @alilc/lowcode-react-renderer \
|
||||
--stream
|
||||
Loading…
Reference in New Issue