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

fix .yarnrc path

This commit is contained in:
yalh76 2019-04-13 18:49:17 +02:00
parent bfb9fe7359
commit accd497b4b

View file

@ -174,7 +174,7 @@ 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"
cp ../conf/.yarnrc "$final_path/$app/.yarnrc"
# Give permission to the final_path
chown -R "$app":"$app" "$final_path"