From 1e59de5aedea92a5b225e91d1e770d33035db949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Mon, 4 Jan 2021 17:12:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9D=E6=AC=A1=20bootstrap=20?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=20types=20/=20utils?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup.sh b/scripts/setup.sh index 772689741..78b21f43a 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -8,5 +8,7 @@ find ./packages -type f -name "package-lock.json" -exec rm -f {} \; lerna bootstrap +lerna exec --scope @ali/lowcode-types -- npm run build +lerna exec --scope @ali/lowcode-utils -- npm run build lerna exec --scope @ali/lowcode-react-renderer -- npm run build lerna exec --scope @ali/lowcode-rax-renderer -- npm run build