-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
@nrwl/storybook Set Project/App to take build config #3655
Comments
Couldn't you modify |
@webberwang I'm using Angular, so I'm guessing you mean my build config is
From what I can tell there is no option to select a specific application to use as it's default config https://github.com/nrwl/nx/blob/master/packages/storybook/src/builders/build-storybook/schema.json |
Something is off about the way the Locally I skipped this logic and when you return null it loads the custom configuration that nx generated. In my env I was getting an error and storybook was working at all before I made these local changes. |
I belive this issues belong to this storybookjs/storybook#12565 currently it's 6.1.0-rc.4 |
BTW PR is storybookjs/storybook#12565 |
It look like not really play nice with NX What is NX using to define the current project name sir? @vsavkin |
@vsavkin any news on this one? I just wasted a good hour on finding this one at all. |
I created PR but it still delay for a month, no one merge this |
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. |
I'm running Storybook on an Angular project for a UI library. When running
nx run ui:storybook
the build configuration is taken from thedefaultProject
property inangular.json
Is it possible to set build configs for each storybook implementation, or point the builder to a specifically configure app within the monorepo?
The text was updated successfully, but these errors were encountered: