Skip to content

Commit

Permalink
Trigger dotcms-ui build in 22.07 (#22591)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes authored Jul 19, 2022
1 parent a33afd4 commit 7c7ed00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core-web/apps/dotcms-ui/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Component, OnInit } from '@angular/core';
import { ConfigParams, DotcmsConfigService, DotUiColors } from '@dotcms/dotcms-js';
import { DotUiColorsService } from '@services/dot-ui-colors/dot-ui-colors.service';
import { take, map } from 'rxjs/operators';
import { DotMessageService } from '@services/dot-message/dot-messages.service';
import { DotNavLogoService } from '@services/dot-nav-logo/dot-nav-logo.service';
import { DotUiColorsService } from '@services/dot-ui-colors/dot-ui-colors.service';
import { take, map } from 'rxjs/operators';
@Component({
selector: 'dot-root',
templateUrl: './app.component.html',
Expand Down
2 changes: 1 addition & 1 deletion core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dep-graph": "nx dep-graph",
"help": "nx help",
"pretty-quick": "pretty-quick",
"prepare": "cd .. && node core-web/prepare.js"
"prepare": "is-ci || cd ../ && pwd && husky install core-web/.husky"
},
"private": false,
"dependencies": {
Expand Down

0 comments on commit 7c7ed00

Please sign in to comment.