chromaui / chromatic-e2e

Archive end-to-end tests to be replayed in Storybook and Chromatic
MIT License
21 stars 4 forks source link

Yarn Monorepo #56

Closed tevanoff closed 8 months ago

tevanoff commented 9 months ago

Issue: #

What Changed

This is the first pass at converting this repo to a monorepo. This tackles moving all the files and setting up the various packages, as described below. But nothing will be released yet.

What's changed

Each package is self-contained with its own package.json, tests, config files, scripts, etc.

There are global scripts in the root package.json and the separate packages that will be used for various tasks, such as:

What's next

skitterm commented 8 months ago

@tevanoff can the PR description be updated with a bit more detail on what specifically is changing (both architecturally and from a user standpoint)?

skitterm commented 8 months ago

@tevanoff nice work on this! Lots of moving parts.

tmeasday commented 8 months ago

This is awesome @tevanoff !