-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Storybook doesn't run when --dont-track
flag is included
#395
Comments
Looking through the tracking patch, it looks like this is the intended behaviour. Really confusing decision and API, IMO. |
[EDITED] Actually, you need to do this only once. After that, there's no need to use don't track command. But you've a point specially when working with a team. |
Oh I see. So you'd expect storybook to be installed globally in that case? In my case we have a tool like create-react-app that bundles storybook and wraps commands. So the storybook script now runs 2 start-storybook commands. No problem |
@necolas ah nope. It's the same command you install in your project. Anyway, this is confusing. |
Thanks! |
We added
--dont-track
to our storybook script:Result:
And the process exits.
The text was updated successfully, but these errors were encountered: