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
> nx run storybook-host-angular:build-storybook --output-dir=/tmp/chromatic--2639-uZkil9x91h0W --stats-json=/tmp/chromatic--2639-uZkil9x91h0W
NX 'stats-json' is not found in schema
NX Running target build-storybook for project storybook-host-angular failed
Describe the bug
When Chromatic build storybook it passes additional arguments such as --stats-json.
The
--webpackStatsJson
parameter has been renamed into--stats-json
: chromaui/chromatic-cli#1030Therefore since this morning all my CI fails.
Example:
Reproduction link
https://stackblitz.com/edit/github-a5abiy?file=package.json
Reproduction steps
yarn storybook -- --stats-json=./tmp
System
Additional context
No response
The text was updated successfully, but these errors were encountered: