Skip to content

Commit

Permalink
fix: build with --prod
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Feb 22, 2020
1 parent c403b8e commit 3db2c87
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ steps:
- script: |
npm install -g @angular/cli
npm ci
ng build --prod
ng build oocx-ng
displayName: 'npm install and build'
displayName: 'npm install'

- script: |
ng build oocx-ng --prod
displayName: 'build library'

- script: |
ng build oocx-ng-demo --prod
displayName: 'build demo'

- script: |
ng test oocx-ng --watch=false --code-coverage --browsers=ChromeHeadless
Expand Down

0 comments on commit 3db2c87

Please sign in to comment.