Storybook Added to the Lib project
· One min read
Storybook has been added to the Component Library project. Starting from now, all components should have a corresponding story. Starting with the Button.
We also added a perfom all kind of script to the parent package.
npm run all
This all command is an alias for all the CI/CD commands, all in one.
turbo run build typecheck test test:coverage bundle:stats lint format:check && turbo run build-storybook --filter=@allxsmith/bestax-lib
We also added the building of the storybook to our CI/CD. The artifacts are saved each build.