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

OZG-4320 OZG-4488 Add changes from master

parent cff1b376
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"start-for-screenreader": "nx 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",
"build": "nx build",
"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand --update-snapshot",
"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand",
"test:cov": "jest --coverage",
"test:lib": "nx test ${npm_config_lib} --watchAll",
"test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll",
......@@ -28,7 +28,7 @@
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx update @nx/workspace",
"update": "nx update @nrwl/workspace",
"dep-graph": "nx dep-graph",
"help": "nx help",
"favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon",
......@@ -39,7 +39,7 @@
"cypress:install": "npx cypress install",
"cypress:open": "npx cypress open --project apps/goofy-e2e",
"workspace-generator": "nx workspace-generator",
"sonar-scanner": "nx run-many --target=test --all --parallel --maxParallel 2 --runInBand --update-snapshot --testResultsProcessor='jest-sonar-reporter' && npx sonar-scanner -Dsonar.host.url=https://sonarqube.ozg-sh.de/ -Dsonar.login=sqp_e7178a88b40b1058facaf080fad6bef746737d5e"
"sonar-scanner": "npm run ci-test && npx sonar-scanner -Dsonar.host.url=https://sonarqube.ozg-sh.de/ -Dsonar.login=sqp_e7178a88b40b1058facaf080fad6bef746737d5e"
},
"private": true,
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment