Skip to content
Snippets Groups Projects
Commit e31a3f6a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5271 OZG-5782 Use nx run-many again

nx affected does not work because of missing Git repository
parent 0a9177a3
Branches
Tags
No related merge requests found
......@@ -18,8 +18,8 @@
"ci-build-admin": "nx container admin && cp -r dist/ apps/admin/",
"ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production",
"ci-prodBuild-admin": "nx container admin && cp -r dist/ apps/admin/",
"ci-test": "nx affected --target=test --parallel 12 -- --runInBand --color=false",
"ci-sonar": "nx affected --target=test --parallel 12 -- --runInBand --color=false --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner",
"ci-test": "nx run-many --target=test --parallel 12 -- --runInBand --color=false",
"ci-sonar": "nx run-many --target=test --parallel 12 -- --runInBand --color=false --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner",
"lint": "nx workspace-lint && nx lint",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment