Skip to content

Commit

Permalink
code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsurana committed Nov 14, 2022
1 parent f8a43c9 commit 7af6ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/templates/runpublishvrscreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
yarn workspace ${{ parameters.vrTestPackageName }} convert
displayName: Convert screener component to storywright
- ${{ if eq(parameters.shouldbuildstorybookaddon, 'true') }}:
- ${{ if eq(parameters.shouldBuildstorybookaddon, 'true') }}:
- script: |
yarn build --to @fluentui/react-storybook-addon
displayName: Build react-storybook-addon
Expand Down

0 comments on commit 7af6ad0

Please sign in to comment.