Skip to content

Commit

Permalink
refactor(plugin-command): add plugin-command package
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Feb 1, 2024
1 parent de95b87 commit 5ce6b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lerna run build \
--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 \
Expand Down
3 changes: 2 additions & 1 deletion scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
tnpm sync @alilc/lowcode-plugin-command

0 comments on commit 5ce6b03

Please sign in to comment.