test refactor

This commit is contained in:
Kirill
2026-05-14 22:40:35 +05:00
parent 1de7649276
commit c5634deb51
4 changed files with 41 additions and 40 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ echo ">>> Клиент: $changed_client, Сервер: $changed_server"
# --- Deploy: Client ---
if [[ "$changed_client" == true ]]; then
echo ">>> Сборка клиента..."
(cd "$ROOT/client" && npm ci && npm run build)
(cd "$ROOT/client" && npm install && npm run build)
remote_exec mkdir -p "$DEPLOY_FRONTEND_DIST"