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

fix(nx): update storybook configuration #2104

Merged
merged 1 commit into from
Nov 30, 2019

Conversation

isaacplmann
Copy link
Collaborator

Current Behavior (This is the behavior we have today, before the PR is merged)

  • nx affected --target e2e will run storybook e2e builder tasks in watch mode, but standard Cypress e2e tasks not in watch mode.
  • Storybook instances that reference a service that is providedIn: 'root' can't find the service

Expected Behavior (This is the new behavior we can expect after the PR is merged)

  • Storybook Cypress builder tasks are modified so e2e is not in watch mode
  • Storybook tsconfig.json sets emitDecoratorMetadata to true so services provided in root can be found by Storybook.

@isaacplmann isaacplmann force-pushed the storybook-migrate-8-8-2 branch from acbcb88 to f86b724 Compare November 27, 2019 14:54
@jaysoo
Copy link
Member

jaysoo commented Nov 27, 2019

Looks good. Just one test failure to fix in CI and then we should be good to go.

@isaacplmann isaacplmann force-pushed the storybook-migrate-8-8-2 branch from f86b724 to ceb50a3 Compare November 27, 2019 16:44
@FrozenPandaz FrozenPandaz merged commit c4cba1c into nrwl:master Nov 30, 2019
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants