Parcourir la source

Extra yarn command

Bob Mottram il y a 7 ans
Parent
révision
b0b3315083
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/freedombone-app-peertube

+ 1
- 0
src/freedombone-app-peertube Voir le fichier

@@ -532,6 +532,7 @@ function install_peertube {
532 532
         echo $'Failed to install yarn'
533 533
         exit 79353234
534 534
     fi
535
+    yarn add -D webpack --network-concurrency 1
535 536
     yarn install
536 537
     if [ ! "$?" = "0" ]; then
537 538
         echo $'Failed to run yarn install'