Attempt yarn fix

This commit is contained in:
Bob Mottram 2017-12-04 22:35:44 +00:00
parent e6e22eac6d
commit 95d06ef9b9
1 changed files with 2 additions and 0 deletions

View File

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