From 81a73049bd848524e1156761ded08ddf325863ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LeoYuan=20=E8=A2=81=E5=8A=9B=E7=9A=93?= Date: Wed, 6 Jul 2022 11:24:51 +0800 Subject: [PATCH] fix: adjust synchronize-order of packages --- scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync.sh b/scripts/sync.sh index 71ab5f5a1..39a1f6e26 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -9,9 +9,9 @@ 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-renderer-core tnpm sync @alilc/lowcode-engine \ No newline at end of file