Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ build_steps: &build_steps # Initialization.
- run: *install_deploysuite
- run: *build_configuration_fetch
- run: *running_yarn_build
- run: *running_yarn_sb_build
# - run: *running_yarn_sb_build

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ correctness]
Commenting out the *running_yarn_sb_build step may lead to missing Storybook builds, which could impact the ability to preview UI components. Ensure this is intentional and that Storybook builds are not required for the current deployment process.

- persist_to_workspace: *workspace_persist

deploy_steps: &deploy_steps
Expand Down
Loading