Removed the npm installation execution 2x times.

feature/dockerized-app v2.12.2-p4
Ruslan Baidan 2022-10-05 10:31:56 +02:00
parent 92d131e461
commit 7b78f2a0b0
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 1 additions and 3 deletions

View File

@ -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