From cb84367286df88b402e777105ef5dc674faaa3c2 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Wed, 11 Aug 2021 13:44:47 +0200 Subject: [PATCH] ci: make react-components storybook build after migration to new dx --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c58b3a3a16a0cd..b1739969f03f69 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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