Browse Source

05wms-ztf-test.sh

master
lizw 3 years ago
parent
commit
cdbfd7141a
  1. 2
      hua_wei_yun/05wms-ztf-test.sh

2
hua_wei_yun/05wms-ztf-test.sh

@ -250,6 +250,8 @@ startMobileUi() {
fi fi
echo -e "$echoPrefix cd $codePath/wms-ui-mobile $echoSuffix" echo -e "$echoPrefix cd $codePath/wms-ui-mobile $echoSuffix"
cd "$codePath/wms-ui-mobile" 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" echo -e "$echoPrefix nohup node server.js -P 8091 >>/dev/null 2>&1 & $echoSuffix"
nohup node server.js -P 8091 >>/dev/null 2>&1 & nohup node server.js -P 8091 >>/dev/null 2>&1 &
} }

Loading…
Cancel
Save