Skip to content

Commit

Permalink
ci: fix daocloud
Browse files Browse the repository at this point in the history
site: fix @delon/util
  • Loading branch information
cipchk committed May 13, 2018
1 parent 50fc095 commit adfc214
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.compile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ WORKDIR /usr/src/app

COPY package.json package.json

RUN npm config set registry https://registry.npm.taobao.org \
&& npm i
RUN yarn

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion daocloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ self:
allow_failure: false
dependencies:
- release
app_name: web
app_name: ng-alain
cluster_id: ""
4 changes: 3 additions & 1 deletion site/app/delon.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { throwIfAlreadyLoaded } from './core/module-import-guard';
import { NgZorroAntdModule } from 'ng-zorro-antd';
import { AlainThemeModule } from '@delon/theme';
import { DelonFormModule } from '@delon/form';
import { DelonUtilModule } from '@delon/util';

// region: global config functions

Expand All @@ -26,7 +27,8 @@ export function adLodopConfig(): AdLodopConfig {
// abc
DelonABCModule.forRoot(),
// form
DelonFormModule.forRoot()
DelonFormModule.forRoot(),
DelonUtilModule.forRoot()
]
})
export class DelonModule {
Expand Down
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"exclude": [
"packages/**/*.spec.ts",
"packages/cli/**/*",
"packages/site/app/routes/gen/**/*"
"site/app/routes/gen/**/*"
]
}
}

0 comments on commit adfc214

Please sign in to comment.