Skip to content

Commit

Permalink
Updates monorepo copy for clarity and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
elseloop committed Nov 3, 2023
1 parent 40d94e8 commit 5993a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/notInNavigation/e2e-visual-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5993a37

Please sign in to comment.