瀏覽代碼

Extra yarn command

Bob Mottram 7 年之前
父節點
當前提交
b0b3315083
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/freedombone-app-peertube

+ 1
- 0
src/freedombone-app-peertube 查看文件

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