From cd88f1b91c5e6454b87a3096115722c601efb6fe Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 26 Nov 2024 15:51:01 +0100
Subject: [PATCH] clean up admin clean build

---
 alfa-client/package-lock.json | 4 ++--
 alfa-client/package.json      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/alfa-client/package-lock.json b/alfa-client/package-lock.json
index 25a05fca02..04d669b344 100644
--- a/alfa-client/package-lock.json
+++ b/alfa-client/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "alfa",
-  "version": "1.2.0-SNAPSHOT",
+  "version": "1.3.0-SNAPSHOT",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "alfa",
-      "version": "1.2.0-SNAPSHOT",
+      "version": "1.3.0-SNAPSHOT",
       "license": "MIT",
       "dependencies": {
         "@angular/animations": "18.2.8",
diff --git a/alfa-client/package.json b/alfa-client/package.json
index dd06dba543..5806078d52 100644
--- a/alfa-client/package.json
+++ b/alfa-client/package.json
@@ -16,9 +16,9 @@
     "test:lib": "nx test ${npm_config_lib}",
     "test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll",
     "ci-build": "nx run alfa:build --outputHashing=all",
-    "ci-build-admin": "nx container admin && cp -r dist/ apps/admin/",
+    "ci-build-admin": "nx container admin",
     "ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production",
-    "ci-prodBuild-admin": "nx container admin && cp -r dist/ apps/admin/",
+    "ci-prodBuild-admin": "nx container admin",
     "ci-test": "nx run-many --target=test --parallel 20 -- --runInBand",
     "ci-sonar": "nx run-many --target=test --parallel 20 -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner",
     "lint": "nx workspace-lint && nx lint",
-- 
GitLab