소스 검색

05wms-ztf-test.sh

lizw 1 년 전
부모
커밋
cdbfd7141a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      hua_wei_yun/05wms-ztf-test.sh

+ 2 - 0
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 &
 }