Skip to content

Commit

Permalink
[affected:*][ci:force] Added pretheme for core as it is mandatory whe…
Browse files Browse the repository at this point in the history
…n publishing and rebuilding
  • Loading branch information
VitoAlbano committed Mar 21, 2024
1 parent 13dc4c4 commit 219f239
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
"npm-publish": {
"builder": "nx:run-commands",
"dependsOn": [
"build"
"build", "pretheme"
],
"options": {
"cwd": "dist/libs/core",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
"npm-publish": {
"executor": "nx:run-commands",
"dependsOn": ["build"],
"dependsOn": ["build", "pretheme"],
"options": {
"cwd": "dist/libs/core",
"commands": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 219f239

Please sign in to comment.