> 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
: https://github.com/chromaui/chromatic-cli/issues/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