diff --git a/conf/.yarnrc b/conf/.yarnrc deleted file mode 100644 index 9bc2065..0000000 --- a/conf/.yarnrc +++ /dev/null @@ -1 +0,0 @@ -network-timeout 600000 \ No newline at end of file diff --git a/scripts/install b/scripts/install index 67411a5..7bb7a69 100644 --- a/scripts/install +++ b/scripts/install @@ -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"