From a3200bd5f7220e38b66a0ec19b592c94a9d785ab Mon Sep 17 00:00:00 2001 From: Tristan Watanabe Date: Wed, 2 Nov 2022 16:36:08 -0400 Subject: [PATCH] fix(screener-build workflow): scope package to build for v9 VR tests to speed up perf (#25494) --- .github/workflows/screener-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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