From df2ee8d88f8d72438107fa395eca540cb33298f2 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 8 Aug 2024 16:03:24 +0200 Subject: [PATCH] OZG-6300 add missing script adjustment --- 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