Extra yarn command

This commit is contained in:
Bob Mottram 2017-11-29 20:16:29 +00:00
parent bca1e90808
commit b0b3315083
1 changed files with 1 additions and 0 deletions

View File

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