chromaui / chromatic-cli

Chromatic CLI: `npx chromatic`
https://www.chromatic.com/docs/cli
MIT License
289 stars 70 forks source link

Send `storybookBaseDir` as part of project metadata #1120

Closed tmeasday closed 2 weeks ago

tmeasday commented 2 weeks ago

And refactor things a little so we calculate it upfront rather than as part of TS.

This means we will need to re-test some TS stuff as part of this PR, to make sure I haven't messed it up. @ghengeveld let us know if you have any good playbooks there.

📦 Published PR as canary version: 11.19.0--canary.1120.11790916078.0
:sparkles: Test out this PR locally via: ```bash npm install chromatic@11.19.0--canary.1120.11790916078.0 # or yarn add chromatic@11.19.0--canary.1120.11790916078.0 ```
github-actions[bot] commented 2 weeks ago

📦 Package Size: 5412 KB

tmeasday commented 2 weeks ago

Closing as I incorporated into https://github.com/chromaui/chromatic-cli/pull/1122