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

clean up admin clean build

parent f0181601
No related branches found
No related tags found
No related merge requests found
{
"name": "alfa",
"version": "1.2.0-SNAPSHOT",
"version": "1.3.0-SNAPSHOT",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alfa",
"version": "1.2.0-SNAPSHOT",
"version": "1.3.0-SNAPSHOT",
"license": "MIT",
"dependencies": {
"@angular/animations": "18.2.8",
......@@ -16,9 +16,9 @@
"test:lib": "nx test ${npm_config_lib}",
"test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll",
"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-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-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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment