Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize configDir before comparing #222

Conversation

ghengeveld
Copy link
Member

@ghengeveld ghengeveld commented Mar 15, 2024

The configured ./ui/.storybook was considered different than the suggested ui/.storybook value for storybookConfigDir, causing the addon to suggest an update. These values aren't actually different when normalized, so an update needn't be suggested. This fixes that by normalizing the suggested value before comparing to the configured value.

@yannbf yannbf added release Auto: Create a `latest` release when merged patch Auto: Increment the patch version when merged labels Mar 15, 2024
@ghengeveld ghengeveld merged commit 018a812 into main Mar 15, 2024
9 of 10 checks passed
@ghengeveld ghengeveld deleted the ghengeveld/ap-4379-addon-cli-provides-unhelpful-message-detects-bug-in branch March 15, 2024 13:30
Copy link
Contributor

@andrewortwein andrewortwein left a comment

Choose a reason for hiding this comment

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

Good fix 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Auto: Increment the patch version when merged release Auto: Create a `latest` release when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants