storybookjs / addon-postcss

This Storybook addon can be used to run the PostCSS preprocessor against your stories.
MIT License
20 stars 22 forks source link

chore: remove implicit yarn dependency #21

Open vitordino opened 3 years ago

vitordino commented 3 years ago

uses npm run for a more agnostic way of running the scripts. this change also removes a implicit dependency.

i’m a yarn person, but this was failing on some build machines — either using an older yarn version, or just using npm — before even installing it.