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
·29 lines (25 loc) · 930 Bytes
/
build.sh
File metadata and controls
executable file
·29 lines (25 loc) · 930 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
26
27
28
29
#!/usr/bin/env bash
set -e
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-command \
--scope @alilc/lowcode-plugin-outline-pane \
--scope @alilc/lowcode-react-renderer \
--scope @alilc/lowcode-react-simulator-renderer \
--scope @alilc/lowcode-renderer-core \
--scope @alilc/lowcode-workspace \
--scope @alilc/lowcode-engine \
--stream
lerna run build:umd \
--scope @alilc/lowcode-engine \
--scope @alilc/lowcode-react-simulator-renderer \
--scope @alilc/lowcode-react-renderer \
--stream
cp ./packages/react-simulator-renderer/dist/js/* ./packages/engine/dist/js/
cp ./packages/react-simulator-renderer/dist/css/* ./packages/engine/dist/css/