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 & }