diff --git a/alfa-client/package.json b/alfa-client/package.json index 730267babe4d51dff0fb89982e5edf16f65f0631..a1b8f575dd488352d03aed6d2315a5b1f9e6da42 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/",