brandonroberts / angular-v17-vite-storybook

An example with Angular v17 and Storybook using Vite
https://angular-vite-storybook.netlify.app/
5 stars 2 forks source link

fix: change build script in `package.json` for Chromatic CLI #9

Closed codexshell closed 6 months ago

codexshell commented 6 months ago

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.

Closes #8

brandonroberts commented 6 months ago

Thanks @codexshell. Didn't know the Chromatic CLI depended on this specific script name

codexshell commented 6 months ago

Glad to be of service :smile: