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:
parent
a83ee5a5cd
commit
bbf134edea
2 changed files with 0 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
network-timeout 600000
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue