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

Merge pull request 'clean up admin clean build' (#834) from cleanup into master

parents f0181601 cd88f1b9
No related branches found
No related tags found
No related merge requests found
{ {
"name": "alfa", "name": "alfa",
"version": "1.2.0-SNAPSHOT", "version": "1.3.0-SNAPSHOT",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "alfa", "name": "alfa",
"version": "1.2.0-SNAPSHOT", "version": "1.3.0-SNAPSHOT",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@angular/animations": "18.2.8", "@angular/animations": "18.2.8",
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
"test:lib": "nx test ${npm_config_lib}", "test:lib": "nx test ${npm_config_lib}",
"test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll", "test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll",
"ci-build": "nx run alfa:build --outputHashing=all", "ci-build": "nx run alfa:build --outputHashing=all",
"ci-build-admin": "nx container admin && cp -r dist/ apps/admin/", "ci-build-admin": "nx container admin",
"ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production", "ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production",
"ci-prodBuild-admin": "nx container admin && cp -r dist/ apps/admin/", "ci-prodBuild-admin": "nx container admin",
"ci-test": "nx run-many --target=test --parallel 20 -- --runInBand", "ci-test": "nx run-many --target=test --parallel 20 -- --runInBand",
"ci-sonar": "nx run-many --target=test --parallel 20 -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner", "ci-sonar": "nx run-many --target=test --parallel 20 -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx 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