diff --git a/.github/workflows/screener-build.yml b/.github/workflows/screener-build.yml index ad95963a40f80..c4d3279f85e70 100644 --- a/.github/workflows/screener-build.yml +++ b/.github/workflows/screener-build.yml @@ -272,8 +272,8 @@ jobs: printenv | sort ;\ echo "SHELLOPTS $SHELLOPTS" ;\ - - name: build vr-tests-react-components storybook - run: yarn lage build --to @fluentui/vr-tests-react-components + - name: build @fluentui/react-storybook-addon + run: yarn build --to @fluentui/react-storybook-addon if: ${{env.SKIP_SCREENER_BUILD == 'false'}} - name: build vr-tests-react-components storybook