diff --git a/alfa-client/package.json b/alfa-client/package.json index 0e9fb56367f00c7b44f0160533b52faf8b6a406a..1f72c55a68b4158864826d5076667d36b9968b20 100644 --- a/alfa-client/package.json +++ b/alfa-client/package.json @@ -20,8 +20,8 @@ "ci-build-admin": "nx container admin", "ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production", "ci-prodBuild-admin": "nx container admin", - "ci-test": "nx run-many --target=test -- --runInBand", - "ci-sonar": "nx run-many --target=test -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner", + "ci-test": "nx run-many --target=test --parallel -- --runInBand", + "ci-sonar": "nx run-many --target=test --parallel -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && pnpm exec sonar-scanner", "lint": "nx workspace-lint && nx lint", "affected:apps": "nx affected:apps", "affected:libs": "nx affected:libs",