-
Notifications
You must be signed in to change notification settings - Fork 30
Move ab testing config to ab-testing/config #14882
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
Conversation
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
f5bf708 to
7f351c7
Compare
on-ye
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the separation of workspaces through the pnpm-workspace.yaml file isn't as intuitive as looking at the packages directory, but I guess that's an organisational pattern.
Still, I think this PR is a good step to increased clarity, and potentially moving ab testing to it's own repo
What does this change?
Create a new directory
ab-testing/configfor the ab testing config code, this in now a workspace directory. andab-testingis no longer a workspace.Why?
There will be some more elements joining the
ab-testingdirectory - lambda and cdk code. This is to avoid workspaces within workspaces.