-
Notifications
You must be signed in to change notification settings - Fork 2.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
open Storybook automatically in the browser #9681
Comments
Linking this here: #7531 |
I'll also mark this as an enhancement! :) |
So, @ofirrifo ! The issue goes a bit deeper than what it seems. To make it work automatically, like Storybook does, it will take some time from us to change some things in the builder, and it's planned to happen sooner than later. In the meantime, I will push a fix that will work if you pass The reason why right now, even if passing I actually debugged this during my last stream, if you care to see the whole debugging process. |
ISSUES CLOSED: nrwl#9681
Also, @ofirrifo , let me know if using |
ISSUES CLOSED: nrwl#9681
@mandarini |
@ofirrifo yes! |
@mandarini Thanks it work perfect :) |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I'm using NX with react project and storybook.
When I'm running this command
nx run project-name:storybook
I would expected to open the browser automaticallyor alternatively use any like given by the storybook options https://storybook.js.org/docs/react/api/cli-options
Expected Behavior
open Storybook automatically in the browser
Steps to Reproduce
Environment
Node : 16.10.0
OS : darwin x64
npm : 7.10.0
nx : 13.9.4
@nrwl/angular : undefined
@nrwl/cypress : 13.9.4
@nrwl/detox : undefined
@nrwl/devkit : 13.9.4
@nrwl/eslint-plugin-nx : 13.9.4
@nrwl/express : undefined
@nrwl/jest : 13.9.4
@nrwl/js : 13.9.4
@nrwl/linter : 13.9.4
@nrwl/nest : undefined
@nrwl/next : undefined
@nrwl/node : undefined
@nrwl/nx-cloud : undefined
@nrwl/nx-plugin : undefined
@nrwl/react : 13.9.4
@nrwl/react-native : undefined
@nrwl/schematics : undefined
@nrwl/storybook : 13.9.4
@nrwl/web : 13.9.4
@nrwl/workspace : 13.9.4
typescript : 4.5.5
rxjs : 6.6.7
Community plugins:
The text was updated successfully, but these errors were encountered: