forked from alibaba/lowcode-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsync.sh
More file actions
executable file
·18 lines (17 loc) · 642 Bytes
/
sync.sh
File metadata and controls
executable file
·18 lines (17 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
# sync all packages to alibaba intranet registry
tnpm sync @alilc/lowcode-types
tnpm sync @alilc/lowcode-utils
tnpm sync @alilc/lowcode-shell
tnpm sync @alilc/lowcode-editor-core
tnpm sync @alilc/lowcode-editor-skeleton
tnpm sync @alilc/lowcode-designer
tnpm sync @alilc/lowcode-plugin-designer
tnpm sync @alilc/lowcode-plugin-outline-pane
tnpm sync @alilc/lowcode-renderer-core
tnpm sync @alilc/lowcode-rax-renderer
tnpm sync @alilc/lowcode-rax-simulator-renderer
tnpm sync @alilc/lowcode-react-renderer
tnpm sync @alilc/lowcode-react-simulator-renderer
tnpm sync @alilc/lowcode-engine
tnpm sync @alilc/lowcode-workspace