|
@@ -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}'`
|