@ -3,12 +3,9 @@
function run(){
nohup yarn start &
pid=-1
wait
while(( pid==-1 ))
pid=`findPortPid $webPort`
do
echo "pid is $pid"
done
touch $pid.log && chmod +x $pid.log
}