Jelajahi Sumber

05wms-ztf-test.sh

lizw 1 tahun lalu
induk
melakukan
cdbfd7141a
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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 &
 }