Skip to content

Commit

Permalink
ci: make react-components storybook build after migration to new dx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Aug 13, 2021
1 parent 5a674b9 commit cb84367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
yarn bundle --no-cache $(sinceArg)
displayName: bundle
- script: |
yarn lage build-storybook --no-cache $(sinceArg) --scope @fluentui/react-components
displayName: build react-components storybook
## This runs regardless of scope, the app will adapt to the scope as well
- script: |
yarn workspace @fluentui/pr-deploy-site generate:site
Expand Down

0 comments on commit cb84367

Please sign in to comment.