yobgob / too-many-hooks

Opinionated collection of typed React hooks
https://yobgob.dev/too-many-hooks/
Apache License 2.0
3 stars 5 forks source link

Run Chromatic only when stories have changed #49

Closed PatrickDeVries closed 1 year ago

PatrickDeVries commented 1 year ago

Chromatic currently runs on every PR push but can be skipped if no stories have changed from the previous run. There are many CLI options that may help achieve this such as --only-changed and we should also add --ci in CI.