1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

testing yarn fail on some vps

This commit is contained in:
anmol26s 2018-07-23 01:44:23 +05:30
parent 8cbd4a2250
commit bc297b63fd

View file

@ -141,7 +141,7 @@ touch "$final_path/config/local-production.json"
(
cd "$final_path"
yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/
yarn install --production --pure-lockfile
)
#=================================================