Skip to content

Commit

Permalink
[ci] Build packages in parallel for size snapshot (#16261)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Jun 17, 2019
1 parent 1e94bf4 commit 4909bd8
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,8 @@ steps:
displayName: 'install dependencies'
- script: |
yarn workspace @material-ui/core build
displayName: 'build @material-ui/core'
- script: |
yarn workspace @material-ui/lab build
displayName: 'build @material-ui/lab'
- script: |
yarn workspace @material-ui/styles build
displayName: 'build @material-ui/styles'
- script: |
yarn workspace @material-ui/utils build
displayName: 'build @material-ui/utils'
- script: |
yarn workspace @material-ui/system build
displayName: 'build @material-ui/system'
yarn lerna run --ignore @material-ui/icons --parallel --scope "@material-ui/*" build
displayName: 'build @material-ui packages'
- script: |
yarn docs:build
Expand Down

0 comments on commit 4909bd8

Please sign in to comment.