storybookjs / storybook

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
https://storybook.js.org
MIT License
84.56k stars 9.3k forks source link

CLI: `sb add` should update main.js #14610

Open shilman opened 3 years ago

shilman commented 3 years ago

When we use sb add to add an addon, it should also update the addons field in .storybook/main.js

edit main.js to enable the a11y addon (why isn't it done by sb add?)

Originally posted by @stof in https://github.com/storybookjs/storybook/issues/14538#issuecomment-819799037

tmeasday commented 1 year ago

I believe this is done?