FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lowcode-engine/scripts/build.sh at main · mapbased/lowcode-engine · GitHub
mapbased
/
lowcode-engine
Public
forked from
alibaba/lowcode-engine
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lowcode-engine
/
scripts
/
build.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
29 lines (25 loc) · 930 Bytes
Breadcrumbs
lowcode-engine
/
scripts
/
build.sh
Copy path
File metadata and controls
executable file
·
29 lines (25 loc) · 930 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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/
Back
|
FazBrowse Home
|
New Git URL