Extra yarn command
This commit is contained in:
parent
bca1e90808
commit
b0b3315083
|
@ -532,6 +532,7 @@ function install_peertube {
|
||||||
echo $'Failed to install yarn'
|
echo $'Failed to install yarn'
|
||||||
exit 79353234
|
exit 79353234
|
||||||
fi
|
fi
|
||||||
|
yarn add -D webpack --network-concurrency 1
|
||||||
yarn install
|
yarn install
|
||||||
if [ ! "$?" = "0" ]; then
|
if [ ! "$?" = "0" ]; then
|
||||||
echo $'Failed to run yarn install'
|
echo $'Failed to run yarn install'
|
||||||
|
|
Loading…
Reference in New Issue