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

remove yarnrc fix

This commit is contained in:
yalh76 2019-04-23 16:53:41 +02:00
parent a83ee5a5cd
commit bbf134edea
2 changed files with 0 additions and 4 deletions

View file

@ -1 +0,0 @@
network-timeout 600000

View file

@ -173,9 +173,6 @@ ynh_replace_string "__NAME__" "$name" "../conf/prod.exs"
ynh_replace_string "__ADMIN_EMAIL__" "$admin_email" "../conf/prod.exs"
cp ../conf/prod.exs "$final_path/$app/config/prod.exs"
# Temprary YARN fix for package material-design-icons
cp ../conf/.yarnrc "$final_path/$app/.yarnrc"
# Give permission to the final_path
chown -R "$app":"$app" "$final_path"