瀏覽代碼

14yvan-workbench-app.sh

lizw 4 月之前
父節點
當前提交
966391cbda
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hua_wei_yun/14yvan-workbench-app.sh

+ 2 - 2
hua_wei_yun/14yvan-workbench-app.sh

@@ -217,8 +217,8 @@ startPcUi() {
   fi
   fi
   echo -e "$echoPrefix cd $codePath/workbench-ui $echoSuffix"
   echo -e "$echoPrefix cd $codePath/workbench-ui $echoSuffix"
   cd "$codePath/workbench-ui"
   cd "$codePath/workbench-ui"
-  echo -e "$echoPrefix nohup yarn run dev >>/dev/null 2>&1 & $echoSuffix"
-  nohup yarn run dev >>/dev/null 2>&1 &
+  echo -e "$echoPrefix nohup yarn run test >>/dev/null 2>&1 & $echoSuffix"
+  nohup yarn run test >>/dev/null 2>&1 &
 }
 }
 
 
 pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'`
 pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'`