From 6c9890095f1cf880b502380d8fd9c51bce8fff91 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 1 Oct 2018 10:15:46 +0530 Subject: [PATCH] Removed password --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 8977f33..37bccd8 100644 --- a/scripts/install +++ b/scripts/install @@ -141,12 +141,6 @@ ynh_setup_source "$final_path" cp ../conf/production.yaml "$final_path/config/production.yaml" touch "$final_path/config/local-production.json" -( - cd "$final_path" - yarn global add yarn-upgrade-all - yarn-upgrade-all - yarn install --production --pure-lockfile -) #================================================= # NGINX CONFIGURATION