FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lowcode-engine/scripts/setup-for-test.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
/
setup-for-test.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (10 loc) · 316 Bytes
Breadcrumbs
lowcode-engine
/
scripts
/
setup-for-test.sh
Copy path
File metadata and controls
executable file
·
13 lines (10 loc) · 316 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
#!
/usr/bin/env bash
rm -rf node_modules package-lock.json yarn.lock
lerna clean -y
find ./packages -type f -name
"
package-lock.json
"
-exec rm -f {}
\;
lerna bootstrap
lerna
exec
--stream \
--scope @alilc/lowcode-editor-core \
--scope @alilc/lowcode-types \
--scope @alilc/lowcode-utils \
-- npm run build
Back
|
FazBrowse Home
|
New Git URL