forked from alibaba/lowcode-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·25 lines (23 loc) · 827 Bytes
/
build.sh
File metadata and controls
executable file
·25 lines (23 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env bash
lerna run build \
--scope @alilc/lowcode-types \
--scope @alilc/lowcode-utils \
--scope @alilc/lowcode-shell \
--scope @alilc/lowcode-editor-core \
--scope @alilc/lowcode-editor-skeleton \
--scope @alilc/lowcode-designer \
--scope @alilc/lowcode-plugin-designer \
--scope @alilc/lowcode-plugin-outline-pane \
--scope @alilc/lowcode-rax-renderer \
--scope @alilc/lowcode-rax-simulator-renderer \
--scope @alilc/lowcode-react-renderer \
--scope @alilc/lowcode-react-simulator-renderer \
--scope @alilc/lowcode-renderer-core \
--scope @alilc/lowcode-engine \
--stream
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