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:
parent
bfb9fe7359
commit
accd497b4b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue