Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 588 Bytes

tidy-lamps-obey.md

File metadata and controls

16 lines (11 loc) · 588 Bytes
sku
patch

Stop passing --quiet flag to the Storybook CLI when running sku storybook

This flag was added to suppress verbose CLI output, but as of Storybook CLI v7.1.0 this also hides the dev server info which includes the URL to access the Storybook UI.

The flag has now been removed to provide a better default experience when using the Storybook CLI. Users can still pass --quiet to suppress verbose output if desired:

pnpm run sku storybook --quiet