refactor(plugin-command): add plugin-command package

This commit is contained in:
liujuping 2024-02-01 14:41:55 +08:00 committed by 林熠
parent 24393211b4
commit 5b46d96df7
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ lerna run build \
--scope @alilc/lowcode-editor-skeleton \ --scope @alilc/lowcode-editor-skeleton \
--scope @alilc/lowcode-designer \ --scope @alilc/lowcode-designer \
--scope @alilc/lowcode-plugin-designer \ --scope @alilc/lowcode-plugin-designer \
--scope @alilc/lowcode-plugin-command \
--scope @alilc/lowcode-plugin-outline-pane \ --scope @alilc/lowcode-plugin-outline-pane \
--scope @alilc/lowcode-react-renderer \ --scope @alilc/lowcode-react-renderer \
--scope @alilc/lowcode-react-simulator-renderer \ --scope @alilc/lowcode-react-simulator-renderer \

View File

@ -13,4 +13,5 @@ tnpm sync @alilc/lowcode-renderer-core
tnpm sync @alilc/lowcode-react-renderer tnpm sync @alilc/lowcode-react-renderer
tnpm sync @alilc/lowcode-react-simulator-renderer tnpm sync @alilc/lowcode-react-simulator-renderer
tnpm sync @alilc/lowcode-engine tnpm sync @alilc/lowcode-engine
tnpm sync @alilc/lowcode-workspace tnpm sync @alilc/lowcode-workspace
tnpm sync @alilc/lowcode-plugin-command