From 6330f219be98757a5fd3dabb1837653bcaf21ca2 Mon Sep 17 00:00:00 2001 From: YJSON Date: Wed, 15 Jul 2020 17:51:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20start=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/start.sh b/scripts/start.sh index 388716ab7..6d85e5e3b 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash # FIXME! do not run build -lerna exec --scope @ali/lowcode-react-renderer -- npm run build -lerna exec --scope @ali/lowcode-demo -- npm start +# lerna exec --scope @ali/lowcode-react-renderer -- npm run build +# lerna exec --scope @ali/lowcode-demo -- npm start +lerna exec --scope @ali/gdt-simple-form-sdk -- npm start