From cdbfd7141a7ef3b753f0490a05c41eff3de20c3e Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Mon, 26 Jun 2023 14:51:26 +0800 Subject: [PATCH] 05wms-ztf-test.sh --- hua_wei_yun/05wms-ztf-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hua_wei_yun/05wms-ztf-test.sh b/hua_wei_yun/05wms-ztf-test.sh index 9defd51..2147f6a 100644 --- a/hua_wei_yun/05wms-ztf-test.sh +++ b/hua_wei_yun/05wms-ztf-test.sh @@ -250,6 +250,8 @@ startMobileUi() { fi echo -e "$echoPrefix cd $codePath/wms-ui-mobile $echoSuffix" cd "$codePath/wms-ui-mobile" + echo -e "$echoPrefix yarn build $echoSuffix" + yarn build echo -e "$echoPrefix nohup node server.js -P 8091 >>/dev/null 2>&1 & $echoSuffix" nohup node server.js -P 8091 >>/dev/null 2>&1 & }