Explorar el Código

Attempt yarn fix

Bob Mottram hace 7 años
padre
commit
95d06ef9b9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/freedombone-app-peertube

+ 2
- 0
src/freedombone-app-peertube Ver fichero

656
 #    echo $'PeerTube failed to install webpack'
656
 #    echo $'PeerTube failed to install webpack'
657
 #    exit 68386353
657
 #    exit 68386353
658
 #fi
658
 #fi
659
+yarn install
660
+yarn run build:prod
659
 yarn add -D webpack
661
 yarn add -D webpack
660
 if [ ! "\$?" = "0" ]; then
662
 if [ ! "\$?" = "0" ]; then
661
     echo $'PeerTube failed to add webpack'
663
     echo $'PeerTube failed to add webpack'