Skip to content

Draft: Update chromatic node_module version

Han requested to merge feature/chromatic_design_system into main

Currently we have three storybooks under 'apps'

greenwich = https://rbgreenwich.gitlab.io/dev/design_system/ and https://www.chromatic.com/builds?appId=64a58b72475a5b1ec0f6a2d2 design-system = Setup in chromatic but not currently working demo = not linked with anything but available to be run locally for demo purposes

This mr does the following

  • Updates the chromatic package to make sure our builds are running correctly
  • Updates the gitlab-ci with the new commands so it still only builds the drupal_component_library
  • Updates the build process to allow us to build storybooks for multiple wingsuit design systems

the latter is not working correctly right now but thats likely due to a storybook issue which we can debug at a later date. I'm including the code in this MR so its easier for us to fix and refactor later on.

Merge request reports