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

OZG-4320 OZG-4488 Add target to "nx" commands

Machts einfacher für Nx, die richtige App zu finden.
parent 9d36f259
No related branches found
No related tags found
No related merge requests found
...@@ -3,17 +3,17 @@ ...@@ -3,17 +3,17 @@
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "nx serve --port=4300 --disable-host-check", "start": "nx run goofy:serve --port 4300 --disable-host-check",
"start:debug": "nx serve --port=4300 --disable-host-check --verbose", "start:debug": "nx run goofy:serve --port 4300 --disable-host-check --verbose",
"start-for-screenreader": "nx serve --host=192.168.178.20 --port=4300 --disable-host-check --verbose", "start-for-screenreader": "nx run goofy:serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose",
"start:devbe": "nx serve --port=4300 --disable-host-check --proxy-config=proxy.dev.conf.json --verbose", "start:devbe": "nx run goofy:serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
"build": "nx build", "build": "nx run goofy:build",
"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand", "test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand",
"test:cov": "jest --coverage", "test:cov": "jest --coverage",
"test:lib": "nx test ${npm_config_lib} --watchAll", "test:lib": "nx test ${npm_config_lib} --watchAll",
"test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll", "test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll",
"ci-build": "nx build --outputHashing=all", "ci-build": "nx run goofy:build --outputHashing=all",
"ci-prodBuild": "nx build --outputHashing=all --configuration production", "ci-prodBuild": "nx run goofy:build --outputHashing=all --configuration production",
"ci-test": "nx run-many --target=test --all --parallel --maxParallel 2 --runInBand --ci --testResultsProcessor='jest-sonar-reporter' --coverage", "ci-test": "nx run-many --target=test --all --parallel --maxParallel 2 --runInBand --ci --testResultsProcessor='jest-sonar-reporter' --coverage",
"ci-sonar": "npm run sonar-scanner", "ci-sonar": "npm run sonar-scanner",
"lint": "nx workspace-lint && nx lint", "lint": "nx workspace-lint && nx lint",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment