Change the storybook:build script to build-storybook
The Chromatic CLI is unable to locate the build-storybook script in the package.json file, preventing it from building Storybook correctly.
Any other name requires additional configuration flags to be passed to the Chromatic CLI.
It's more practical to rely on the default config, leaving alternate configurations for unique scenarios.
storybook:build
script tobuild-storybook
The Chromatic CLI is unable to locate the
build-storybook
script in thepackage.json
file, preventing it from building Storybook correctly. Any other name requires additional configuration flags to be passed to the Chromatic CLI. It's more practical to rely on the default config, leaving alternate configurations for unique scenarios.Closes #8