From bbf134edea7226cd9cdcd15592e7b5498e18dac9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 23 Apr 2019 16:53:41 +0200 Subject: [PATCH] remove yarnrc fix --- conf/.yarnrc | 1 - scripts/install | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 conf/.yarnrc 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"