From 7b78f2a0b0301b81971c37f9f94eb3bf2f723e6b Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 5 Oct 2022 10:31:56 +0200 Subject: [PATCH] Removed the npm installation execution 2x times. --- scripts/update-all.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/update-all.sh b/scripts/update-all.sh index 8b99ce9..e1a9415 100755 --- a/scripts/update-all.sh +++ b/scripts/update-all.sh @@ -82,7 +82,7 @@ if [[ $bypass -eq 0 ]]; then else echo -e "${GREEN}Database backup not configured. Skipping.${NC}" fi - + migrate_module $pathCore migrate_module $pathFO fi @@ -94,8 +94,6 @@ if [[ -d node_modules && -d node_modules/ng_anr ]]; then else npm update fi -else - npm ci fi cd node_modules/ng_client