From a4505825195877f7f7fd188e73a56b822c44c63b Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 8 Aug 2024 12:54:50 +0200
Subject: [PATCH] OZG-6302 OZG-6408 adjust script

---
 alfa-client/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/package.json b/alfa-client/package.json
index 730267babe..a1b8f575dd 100644
--- a/alfa-client/package.json
+++ b/alfa-client/package.json
@@ -12,7 +12,7 @@
     "build": "nx run alfa:build",
     "test": "nx affected --target=test --parallel 8 -- --runInBand",
     "test:cov": "jest --coverage",
-    "test:lib": "nx test ${npm_config_lib} --watchAll",
+    "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/",
-- 
GitLab