You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we updated storybook and chromatic, we now have this issue each time we try to publish to chromatic (from CICD or from our own development laptops)
× TurboSnap disabled until base directory is set correctly
The base directory allows TurboSnap to trace files.
Set the --storybook-base-dir option as the relative path from the repository root to the Storybook project root.
Run @chromatic-com/turbosnap-helper to get your base directory value.
12:14:25.927 i Wrote Chromatic diagnostics report to chromatic-diagnostics.json
The settings IS set in the command line.. "chromatic": "npx chromatic --project-token=XXXXXXX --exit-zero-on-changes --storybook-base-dir=libs/care-common-lib/.storybook --build-script-name=build-storybook-lib"
I also tried to put the values in chromatic.config.json, but the issue persists (this solution was found on other similar issues)
Any suggestions how to fix this? or idea what is the root cause? @KyneSilverhide have you managed to fix the issue? we have same error but only on CI, on dev machines everything workd
Since we updated storybook and chromatic, we now have this issue each time we try to publish to chromatic (from CICD or from our own development laptops)
The settings IS set in the command line..
"chromatic": "npx chromatic --project-token=XXXXXXX --exit-zero-on-changes --storybook-base-dir=libs/care-common-lib/.storybook --build-script-name=build-storybook-lib"
I also tried to put the values in chromatic.config.json, but the issue persists (this solution was found on other similar issues)
Versions used :
Setting onlyChanged to false is our current workaround.
The text was updated successfully, but these errors were encountered: