Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/screener-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down