etn-ccis/blui-react-native-component-library

Storybook API needs to be built and deployed

Closed this issue · 1 comments

Describe the bug / expected behavior

"Storybook API" build and deploy is currently commented out in the Circle CI workflows. Nothing in dev is being deployed to brightlayer-ui-components/react-native-dev

# - build_storybook_api:
# requires:
# - build_library
# - build_storybook

For people not familiar with these, we have two storybooks:

  • "Storybook" -- something similar to dev doc and resembles closely to a typical storybook thing where you can interact with component props
    • We were unhappy about this thing and tried to retire it.
  • "Storybook-API" -- website hosting all our readmes
    • this is the one in question. This needs to be made available to our adopters

BLUI-5162