瀏覽代碼

Attempt yarn fix

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

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

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