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

OZG-6302 OZG-6408 adjust script

parent 54be2f19
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"build": "nx run alfa:build", "build": "nx run alfa:build",
"test": "nx affected --target=test --parallel 8 -- --runInBand", "test": "nx affected --target=test --parallel 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}",
"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 && cp -r dist/ apps/admin/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment