cd xec-web-components
npm run storybook
observe the test component
npm run generate SomeComponent
observe that the new component is present in the storybook
npm run build
observe that the build succeeds
build will succeed however the newly generated component will not be included in the build dir. This will be addressed in a later diff which updates rollup.config.js