From 5993a37434d88f8d0cae712094d5682371d3a71a Mon Sep 17 00:00:00 2001 From: Dan Manchester Date: Fri, 3 Nov 2023 13:42:54 -0700 Subject: [PATCH] Updates monorepo copy for clarity and consistency --- src/content/notInNavigation/e2e-visual-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/notInNavigation/e2e-visual-tests.md b/src/content/notInNavigation/e2e-visual-tests.md index 8b3916c4..753b9131 100644 --- a/src/content/notInNavigation/e2e-visual-tests.md +++ b/src/content/notInNavigation/e2e-visual-tests.md @@ -268,8 +268,8 @@ Now you can run the Archive Storybook with the `archive-storybook` command, and yarn archive-storybook ``` -## Working in Monorepo -Often, when using a monorepo, developers tend to keep their e2e tests in a subdirectory instead of the root of the project while the Storybook and Chromatic configuration details live at the root of the project. In these cases, you will need to update the `archive-storybook` and `build-archive-storybook` scripts in your package.json by setting the `-c` flag and `CHROMATIC_ARCHIVE_LOCATION` environment variable. +## Working in Monorepos +Often, when using a monorepo, developers tend to keep their e2e tests in a subdirectory instead of in the root of the project. At the same time, the Storybook and Chromatic configuration details live at the project’s root. In these cases, you will need to update the `archive-storybook` and `build-archive-storybook` scripts in your `package.json` by setting the `-c` flag and `CHROMATIC_ARCHIVE_LOCATION` environment variable. For example: ```json "scripts": {