From 05374954863c5e783bd12db16e383772ef2f85e9 Mon Sep 17 00:00:00 2001 From: "guokai.jgk" Date: Thu, 12 Nov 2020 17:15:16 +0800 Subject: [PATCH] fix: start shell add datasource build --- scripts/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start.sh b/scripts/start.sh index 251a119df..b1246e1e0 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # FIXME! do not run build +lerna exec --scope @ali/lowcode-datasource-engine -- npm run build lerna exec --scope @ali/lowcode-rax-renderer -- npm run build lerna exec --scope @ali/lowcode-react-renderer -- npm run build lerna exec --scope @ali/lowcode-demo -- npm start