danieldpence / storybook_rails

Native Rails partial previews and testing in Storybook.
MIT License
50 stars 3 forks source link

Incorrect yarn command #6

Open ryanstuhl805 opened 3 years ago

ryanstuhl805 commented 3 years ago

The README states to run

yarn storybook-start

I found that this returned

yarn run storybook-start
> yarn run v1.22.10
> error Command "storybook-start" not found. Did you mean "storybook:start"?

Running the following seems to do the trick

yarn run storybook:start
ryanstuhl805 commented 3 years ago

Running Rails 6.1.4 | Ruby 2.7.2