Forráskód Böngészése

05wms-ztf-test.sh

lizw 1 éve
szülő
commit
cdbfd7141a
1 módosított fájl, 2 hozzáadás és 0 törlés
  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 &
 }