We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2439321 commit 5b46d96Copy full SHA for 5b46d96
2 files changed
scripts/build.sh
@@ -10,6 +10,7 @@ lerna run build \
10
--scope @alilc/lowcode-editor-skeleton \
11
--scope @alilc/lowcode-designer \
12
--scope @alilc/lowcode-plugin-designer \
13
+ --scope @alilc/lowcode-plugin-command \
14
--scope @alilc/lowcode-plugin-outline-pane \
15
--scope @alilc/lowcode-react-renderer \
16
--scope @alilc/lowcode-react-simulator-renderer \
scripts/sync.sh
@@ -13,4 +13,5 @@ tnpm sync @alilc/lowcode-renderer-core
tnpm sync @alilc/lowcode-react-renderer
tnpm sync @alilc/lowcode-react-simulator-renderer
tnpm sync @alilc/lowcode-engine
-tnpm sync @alilc/lowcode-workspace
+tnpm sync @alilc/lowcode-workspace
17
+tnpm sync @alilc/lowcode-plugin-command
0 commit comments