area17 / blast

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

Swap `--noInstall` option with `--install` in `blast:launch` task #6

Closed mrtimbrook closed 2 years ago

mrtimbrook commented 2 years ago

Update so --noInstall is default action when running the blast:launch task.

Detect if storybook is installed already and if so, skip the install. Add --install option to force installing dependencies.