diff --git a/alfa-client/package-lock.json b/alfa-client/package-lock.json
index 25a05fca0216901f24fa10cabc5db677d76ee6f2..04d669b344edd35238983c2f5560fc9939058646 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 dd06dba54397af9899f304b0c302b950520a491c..5806078d52df813db93d93474ea05b6a89b9a5ec 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",