area17 / blast

Storybook for Laravel Blade 🚀
https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c
Apache License 2.0
262 stars 37 forks source link

Update Publish Task to Support Publishing to Chromatic #124

Open mrtimbrook opened 3 months ago

mrtimbrook commented 3 months ago

Adding support to the blast:publish task to define a Chromatic project token using the -t or --chromatic-token options. Note that it requires the -u or --url option to also be defined as a publicly accessible url as Storybook Server will use that to render the components in Chromatic.

Todo: