[affected:*][ci:force] Added pretheme for core as it is mandatory when publishing and rebuilding

This commit is contained in:
Vito Albano 2024-03-21 00:03:10 +00:00
parent d4573489d7
commit 2759618e46
3 changed files with 3 additions and 3 deletions

View File

@ -456,7 +456,7 @@
"npm-publish": {
"builder": "nx:run-commands",
"dependsOn": [
"build"
"build", "pretheme"
],
"options": {
"cwd": "dist/libs/core",

View File

@ -132,7 +132,7 @@
},
"npm-publish": {
"executor": "nx:run-commands",
"dependsOn": ["build"],
"dependsOn": ["build", "pretheme"],
"options": {
"cwd": "dist/libs/core",
"commands": [

View File

@ -18,7 +18,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
background-color: var(--theme-card-background-color);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
& .mdc-tab__text-label {
& #{$mat-tab-label-text} {
font-weight: bold;
text-align: left;
opacity: 1;