-
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
Allow to disable sync-deps
from @nx/react-native:storybook
executor
#22009
Labels
Comments
I have also just noticed that storybook executor produces wrong paths for stories in story-loader.ts file. |
arekkubaczkowski
added a commit
to arekkubaczkowski/nx
that referenced
this issue
Feb 28, 2024
This was referenced Feb 28, 2024
xiongemi
pushed a commit
that referenced
this issue
May 14, 2024
…#22032) closed #22009 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior storybook executor runs syncDeps automatically without option to disable it ## Expected Behavior as per #22009 we might need to disable syncDeps step at some circumstances.
FrozenPandaz
pushed a commit
that referenced
this issue
May 14, 2024
…#22032) closed #22009 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior storybook executor runs syncDeps automatically without option to disable it ## Expected Behavior as per #22009 we might need to disable syncDeps step at some circumstances. (cherry picked from commit d4140b0)
Coly010
pushed a commit
that referenced
this issue
May 15, 2024
…#22032) closed #22009 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior storybook executor runs syncDeps automatically without option to disable it ## Expected Behavior as per #22009 we might need to disable syncDeps step at some circumstances.
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
As per concerns mentioned under this issue #18788 there are some circumstances when you don't want to use sync-deps for react native app. That option would allow to choose whether developer wants to use it or not. That option would be consistent with the other executors like those from @nx/expo which implement
dependsOn
param.Motivation
Suggested Implementation
Add optional
dependsOn
param to @nx/react-native:storybook executor that would acceptsync-deps
in an array.Alternate Implementations
The text was updated successfully, but these errors were encountered: