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

OZG-5021 add jenkinsfile for admin client build

parent fe173a22
No related branches found
No related tags found
No related merge requests found
{
"name": "alfa",
"version": "0.0.0",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alfa",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@angular/animations": "16.2.11",
{
"name": "alfa",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "nx run alfa:serve --port 4300 --disable-host-check",
......@@ -14,7 +14,9 @@
"test:lib": "nx test ${npm_config_lib} --watchAll",
"test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll",
"ci-build": "nx run alfa:build --outputHashing=all",
"ci-build-admin": "nx run admin:build --outputHashing=all",
"ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production",
"ci-prodBuild-admin": "nx run admin:build --outputHashing=all --configuration production",
"ci-test": "nx run-many --target=test --parallel 8 -- --runInBand",
"ci-sonar": "nx run-many --target=test --parallel 8 -- --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