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

Core: Fix packageName check in build-dev #16823

Merged
merged 1 commit into from Nov 29, 2021
Merged

Core: Fix packageName check in build-dev #16823

merged 1 commit into from Nov 29, 2021

Commits on Nov 29, 2021

  1. Fix packageName check in build-dev

    The current check breaks for non-storybook packages.
    
    `Array.split` always returns 1 items at minimum, so with a `> 0` check in there it always executed the "if" part, breaking on the `.split()[1]` after.
    ThaNarie committed Nov 29, 2021
    Copy the full SHA
    bfb942b View commit details
    Browse the repository at this point in the history