storybookjs / addon-kit

Everything you need to build a Storybook addon
https://storybook.js.org/docs/react/addons/writing-addons
MIT License
142 stars 35 forks source link

add missing `npm-run-all` dependency #72

Open tetarchus opened 1 month ago

tetarchus commented 1 month ago

When following the instructions to start the dev server, there is an error that the run-p script cannot be found.

This adds npm-run-all as a dev dependency so there are no errors when creating an addon from this template.